Advertisement
dkob

xml_delete_and_mistake_adv

Jan 29th, 2024 (edited)
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.72 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- 2ой фид: стало -->
  3. <root>
  4.     <list-item>
  5.         <external_id>123321773</external_id>
  6.         <images/>
  7.         <status>active</status>
  8.         <rubric>3290</rubric>
  9.         <city>8</city>
  10.         <description>advert3</description>
  11.         <price>awd</price>
  12.         <phone_hide>0</phone_hide>
  13.         <negotiable_price>0</negotiable_price>
  14.         <exchange>0</exchange>
  15.         <attrs>
  16.             <condition>awd</condition>
  17.         </attrs>
  18.         <geometry/>
  19.         <title>3 _test</title>
  20.         <district>5756</district>
  21.     </list-item>
  22.  
  23. </root>
  24.  
  25. <!-- 1ый фид: Было
  26. <root>
  27.    <list-item>
  28.        <external_id>123321773</external_id>
  29.        <images/>
  30.        <status>active</status>
  31.        <rubric>3290</rubric>
  32.        <city>8</city>
  33.        <description>advert3</description>
  34.        <price>100</price>
  35.        <phone_hide>0</phone_hide>
  36.        <negotiable_price>0</negotiable_price>
  37.        <exchange>0</exchange>
  38.        <attrs>
  39.            <condition>1</condition>
  40.        </attrs>
  41.        <geometry/>
  42.        <title>3 _test</title>
  43.        <district>5756</district>
  44.    </list-item>
  45.    <list-item>
  46.        <external_id>123321774</external_id>
  47.        <images/>
  48.        <status>active</status>
  49.        <rubric>3290</rubric>
  50.        <city>8</city>
  51.        <description>advert4</description>
  52.        <price>100</price>
  53.        <phone_hide>0</phone_hide>
  54.        <negotiable_price>0</negotiable_price>
  55.        <exchange>0</exchange>
  56.        <attrs>
  57.            <condition>1</condition>
  58.        </attrs>
  59.        <geometry/>
  60.        <title>4 _test</title>
  61.        <district>5756</district>
  62.    </list-item>
  63.  
  64. </root>
  65. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement