Advertisement
dkob

auto_1

Jun 19th, 2023 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.68 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. </root>
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement