Advertisement
dkob

1_test

Mar 4th, 2024 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root>
  3. <list-item>
  4. <external_id>123123321001</external_id>
  5. <images/>
  6. <status>active</status>
  7. <rubric>2387</rubric>
  8. <city>8</city>
  9. <description>advert1</description>
  10. <price>abc</price>
  11. <phone_hide>0</phone_hide>
  12. <negotiable_price>0</negotiable_price>
  13. <exchange>0</exchange>
  14. <attrs>
  15. <condition>1</condition>
  16. </attrs>
  17. <geometry/>
  18. <title>1 _test</title>
  19. <district>5756</district>
  20. </list-item>
  21.  
  22. <list-item>
  23. <external_id>123123321002</external_id>
  24. <images/>
  25. <status>active</status>
  26. <rubric>2387</rubric>
  27. <city>8</city>
  28. <description>advert2</description>
  29. <price>100</price>
  30. <phone_hide>0</phone_hide>
  31. <negotiable_price>0</negotiable_price>
  32. <exchange>0</exchange>
  33. <attrs>
  34. <condition>1</condition>
  35. </attrs>
  36. <geometry/>
  37. <title>2 _test</title>
  38. <district>5756</district>
  39. </list-item>
  40.  
  41. <list-item>
  42. <external_id>123123321003</external_id>
  43. <images/>
  44. <status>active</status>
  45. <rubric>2387</rubric>
  46. <city>8</city>
  47. <description>advert3</description>
  48. <price>100</price>
  49. <phone_hide>0</phone_hide>
  50. <negotiable_price>0</negotiable_price>
  51. <exchange>0</exchange>
  52. <attrs>
  53. <condition>1</condition>
  54. </attrs>
  55. <geometry/>
  56. <title>3 _test</title>
  57. <district>5756</district>
  58. </list-item>
  59.  
  60. <list-item>
  61. <external_id>123123321004</external_id>
  62. <images/>
  63. <status>active</status>
  64. <rubric>2387</rubric>
  65. <city>8</city>
  66. <description>advert4</description>
  67. <price>100</price>
  68. <phone_hide>0</phone_hide>
  69. <negotiable_price>0</negotiable_price>
  70. <exchange>0</exchange>
  71. <attrs>
  72. <condition>1</condition>
  73. </attrs>
  74. <geometry/>
  75. <title>4 _test</title>
  76. <district>5756</district>
  77. </list-item>
  78.  
  79. <list-item>
  80. <external_id>123123321005</external_id>
  81. <images/>
  82. <status>active</status>
  83. <rubric>2387</rubric>
  84. <city>8</city>
  85. <description>advert5</description>
  86. <price>100</price>
  87. <phone_hide>0</phone_hide>
  88. <negotiable_price>0</negotiable_price>
  89. <exchange>0</exchange>
  90. <attrs>
  91. <condition>1</condition>
  92. </attrs>
  93. <geometry/>
  94. <title>5 _test</title>
  95. <district>5756</district>
  96. </list-item>
  97. </root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement