Advertisement
dkob

master_xml_test1

Apr 13th, 2023
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root>
  3.     <list-item>
  4.         <external_id>121</external_id>
  5.         <images/>
  6.         <status>active</status>
  7.         <rubric>3290</rubric>
  8.         <city>8</city>
  9.         <description>advert1</description>
  10.         <phone_hide>0</phone_hide>
  11.         <negotiable_price>0</negotiable_price>
  12.         <exchange>0</exchange>
  13.         <attrs>
  14.             <condition>1</condition>
  15.         </attrs>
  16.         <geometry/>
  17.         <title>1 testxml_1</title>
  18.         <district>5756</district>
  19.     </list-item>
  20.  
  21.     <list-item>
  22.         <external_id>122</external_id>
  23.         <images/>
  24.         <status>active</status>
  25.         <rubric>3290</rubric>
  26.         <city>8</city>
  27.         <description>advert2</description>
  28.         <price></price>
  29.         <phone_hide>0</phone_hide>
  30.         <negotiable_price>0</negotiable_price>
  31.         <exchange>0</exchange>
  32.         <attrs>
  33.             <condition>1</condition>
  34.         </attrs>
  35.         <geometry/>
  36.         <title>2 testxml_1</title>
  37.         <district>5756</district>
  38.     </list-item>
  39.  
  40.     <list-item>
  41.         <external_id>123</external_id>
  42.         <images/>
  43.         <status>active</status>
  44.         <rubric>3290</rubric>
  45.         <city>8</city>
  46.         <description>advert3</description>
  47.         <price>0</price>
  48.         <phone_hide>0</phone_hide>
  49.         <negotiable_price>0</negotiable_price>
  50.         <exchange>0</exchange>
  51.         <attrs>
  52.             <condition>1</condition>
  53.         </attrs>
  54.         <geometry/>
  55.         <title>3 testxml_1</title>
  56.         <district>5756</district>
  57.     </list-item>
  58. </root>
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement