Advertisement
dkob

xml change price range test master

Nov 15th, 2023 (edited)
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- 2ая загрузка объявы1 -->
  3. <!--
  4. <root>
  5.    <list-item>
  6.        <external_id>3223301</external_id>
  7.        <images/>
  8.        <status>active</status>
  9.        <rubric>2405</rubric>
  10.        <city>8</city>
  11.        <description>advert1</description>
  12.        <price>150</price>
  13.        <phone_hide>0</phone_hide>
  14.        <negotiable_price>0</negotiable_price>
  15.        <exchange>0</exchange>
  16.        <attrs>
  17.            <area>10</area>
  18.            <condition>10</condition>
  19.            <energy-efficiency>10</energy-efficiency>
  20.            <type>1</type>
  21.        </attrs>
  22.        <geometry/>
  23.        <title>1 _test</title>
  24.        <district>5756</district>
  25.    </list-item>
  26. </root>
  27. -->
  28.  
  29. <!-- 1ая загрузка объявы1 -->
  30.  
  31. <root>
  32.     <list-item>
  33.         <external_id>3223301</external_id>
  34.         <images/>
  35.         <status>active</status>
  36.         <rubric>2405</rubric>
  37.         <city>8</city>
  38.         <description>advert1</description>
  39.         <price>50</price>
  40.         <phone_hide>0</phone_hide>
  41.         <negotiable_price>0</negotiable_price>
  42.         <exchange>0</exchange>
  43.         <attrs>
  44.             <area>10</area>
  45.             <condition>10</condition>
  46.             <energy-efficiency>10</energy-efficiency>
  47.             <type>1</type>
  48.         </attrs>
  49.         <geometry/>
  50.         <title>1 _test</title>
  51.         <district>5756</district>
  52.     </list-item>
  53. </root>
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement