Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <root>
  2. <banana>
  3. <info>
  4. <weight>120</weight>
  5. <color>yellow</color>
  6. </info>
  7. </banana>
  8. <apple>
  9. <info>
  10. <weight>130</weight>
  11. <color>green</color>
  12. </info>
  13. </apple>
  14. </root>
  15.  
  16. ----------------------------------------------------
  17.  
  18. root:
  19. banana:
  20. info:
  21. weight: 120
  22. color: yellow
  23. apple:
  24. info:
  25. weight: 130
  26. color: green
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement