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