Advertisement
dkob

1test

Jun 19th, 2023 (edited)
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.30 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root>
  3. <!--Объявления HOUSES AND APARTMENTS FOR SALE-->
  4.     <list-item>
  5.         <external_id>8001</external_id>
  6.         <images/>
  7.         <status>active</status>
  8.         <rubric>678</rubric>
  9.         <city>8</city>
  10.         <description>advert1</description>
  11.         <price>10000</price>
  12.         <phone_hide>0</phone_hide>
  13.         <negotiable_price>0</negotiable_price>
  14.         <exchange>0</exchange>
  15.         <attrs>
  16.             <area>10</area>
  17.             <condition>10</condition>
  18.             <energy-efficiency>10</energy-efficiency>
  19.             <type>10</type> <!-- =9 -->
  20.             <number-of-bedrooms>12</number-of-bedrooms> <!-- =10 -->
  21.             <number-of-bathrooms>12</number-of-bathrooms> <!-- =5 -->
  22.         </attrs>
  23.         <geometry/>
  24.         <title>1 _test_house_for_sale   </title>
  25.         <district>5756</district>
  26.     </list-item>
  27.  
  28.     <list-item>
  29.         <external_id>8002</external_id>
  30.         <images/>
  31.         <status>active</status>
  32.         <rubric>678</rubric>
  33.         <city>8</city>
  34.         <description>advert2</description>
  35.         <price>10000</price>
  36.         <phone_hide>0</phone_hide>
  37.         <negotiable_price>0</negotiable_price>
  38.         <exchange>0</exchange>
  39.         <attrs>
  40.             <area>10</area>
  41.             <condition>10</condition>
  42.             <energy-efficiency>10</energy-efficiency>
  43.             <type>6</type> <!-- =5 -->
  44.             <number-of-bedrooms>10</number-of-bedrooms> <!-- =6 -->
  45.             <number-of-bathrooms>10</number-of-bathrooms> <!-- =5 -->
  46.         </attrs>
  47.         <geometry/>
  48.         <title>2 _test_appartment_for_sale</title>
  49.         <district>5756</district>
  50.     </list-item>
  51.  
  52.     <!--Объявления HOUSES AND APARTMENTS FOR RENT-->
  53.  
  54.     <list-item>
  55.         <external_id>8003</external_id>
  56.         <images/>
  57.         <status>active</status>
  58.         <rubric>681</rubric>
  59.         <city>8</city>
  60.         <description>advert3</description>
  61.         <price>10000</price>
  62.         <phone_hide>0</phone_hide>
  63.         <negotiable_price>0</negotiable_price>
  64.         <exchange>0</exchange>
  65.         <attrs>
  66.             <area>10</area>
  67.             <condition>10</condition>
  68.             <energy-efficiency>10</energy-efficiency>
  69.             <type>10</type> <!-- =9 -->
  70.             <number-of-bedrooms>12</number-of-bedrooms> <!-- =10 -->
  71.             <number-of-bathrooms>12</number-of-bathrooms> <!-- =5 -->
  72.         </attrs>
  73.         <geometry/>
  74.         <title>3 _test_house_for_rent</title>
  75.         <district>5756</district>
  76.     </list-item>
  77.  
  78.     <list-item>
  79.         <external_id>8004</external_id>
  80.         <images/>
  81.         <status>active</status>
  82.         <rubric>681</rubric>
  83.         <city>8</city>
  84.         <description>advert4</description>
  85.         <price>10000</price>
  86.         <phone_hide>0</phone_hide>
  87.         <negotiable_price>0</negotiable_price>
  88.         <exchange>0</exchange>
  89.         <attrs>
  90.             <area>10</area>
  91.             <condition>10</condition>
  92.             <energy-efficiency>10</energy-efficiency>
  93.             <type>6</type> <!-- =5 -->
  94.             <number-of-bedrooms>10</number-of-bedrooms> <!-- =6 -->
  95.             <number-of-bathrooms>10</number-of-bathrooms> <!-- =5 -->
  96.         </attrs>
  97.         <geometry/>
  98.         <title>4 _test_appartment_for_rent</title>
  99.         <district>5756</district>
  100.     </list-item>
  101. </root>
  102.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement