fork download
  1. <?xml version="1.0" standalone="yes"?>
  2. <stock>
  3. <items>
  4. <productname name="Product name">Toothpaste</productname>
  5. <brandname name="Brand Name">Colgate</brandname>
  6. <quantity name="Quantity">30</quantity>
  7. <price name="Price">15</price>
  8. </items>
  9. <items>
  10. <productname name="Product name">Toothpaste</productname>
  11. <brandname name="Brand Name">Pepsodent</brandname>
  12. <quantity name="Quantity">28</quantity>
  13. <price name="Price">12</price>
  14. </items>
  15. <items>
  16. <productname name="Product name">Toothpaste</productname>
  17. <brandname name="Brand Name">CloseUp</brandname>
  18. <quantity name="Quantity">26</quantity>
  19. <price name="Price">15</price>
  20. </items>
  21. <items>
  22. <productname name="Product name">Soap</productname>
  23. <brandname name="Brand Name">Lux</brandname>
  24. <quantity name="Quantity">23</quantity>
  25. <price name="Price">25</price>
  26. </items>
  27. <items>
  28. <productname name="Product name">Soap</productname>
  29. <brandname name="Brand Name">Vivel</brandname>
  30. <quantity name="Quantity">30</quantity>
  31. <price name="Price">30</price>
  32. </items>
  33. <items>
  34. <productname name="Product name">Soap</productname>
  35. <brandname name="Brand Name">Dove</brandname>
  36. <quantity name="Quantity">35</quantity>
  37. <price name="Price">20</price>
  38. </items>
  39. <items>
  40. <productname name="Product name">Soap</productname>
  41. <brandname name="Brand Name">Cinthol</brandname>
  42. <quantity name="Quantity">15</quantity>
  43. <price name="Price">22</price>
  44. </items>
  45. <items>
  46. <productname name="Product name">Detergent</productname>
  47. <brandname name="Brand Name">Rin</brandname>
  48. <quantity name="Quantity">50</quantity>
  49. <price name="Price">10</price>
  50. </items>
  51. <items>
  52. <productname name="Product name">Detergent</productname>
  53. <brandname name="Brand Name">Nirma</brandname>
  54. <quantity name="Quantity">60</quantity>
  55. <price name="Price">15</price>
  56. </items>
  57. <items>
  58. <productname name="Product name">Shampoo</productname>
  59. <brandname name="Brand Name">Clear</brandname>
  60. <quantity name="Quantity">100</quantity>
  61. <price name="Price">3</price>
  62. </items>
  63. <items>
  64. <productname name="Product name">Shampoo</productname>
  65. <brandname name="Brand Name">Head and Shoulder</brandname>
  66. <quantity name="Quantity">120</quantity>
  67. <price name="Price">4</price>
  68. </items>
  69. <items>
  70. <productname name="Product name">Shampoo</productname>
  71. <brandname name="Brand Name">Clinic All Clear</brandname>
  72. <quantity name="Quantity">115</quantity>
  73. <price name="Price">2</price>
  74. </items>
  75. <items>
  76. <productname name="Product Name">Food Products</productname>
  77. <brandname name="Brand Name">Maggi</brandname>
  78. <quantity name="Quantity">25</quantity>
  79. <price name="Price">5</price>
  80. </items>
  81. <items>
  82. <productname name="Product Name">Food Products</productname>
  83. <brandname name="Brand Name">Sunfeast Yippee</brandname>
  84. <quantity name="Quantity">30</quantity>
  85. <price name="Price">5</price>
  86. </items>
  87. <items>
  88. <productname name="Product Name">Dairy Products</productname>
  89. <brandname name="Brand Name">Heritage</brandname>
  90. <quantity name="Quantity">60</quantity>
  91. <price name="Price">14</price>
  92. </items>
  93. <items>
  94. <productname name="Product Name">Pet Supplies</productname>
  95. <brandname name="Brand Name">Pedigree</brandname>
  96. <quantity name="Quantity">15</quantity>
  97. <price name="Price">80</price>
  98. </items>
  99. </stock>
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty