Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. "
  2. <xml>
  3. <animal>
  4. <name>Cow</name>
  5. <color>white</color>
  6. <food>grass</food>
  7. <numberOflegs>4</numberOflegs>
  8. </animal>
  9. <animal>
  10. <name>Dog</name>
  11. <color>black</color>
  12. <color>white</color>
  13. <food>biscuits</food>
  14. <numberOflegs>4</numberOflegs>
  15. </animal>
  16. </xml>
  17. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement