Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.24 KB | None | 0 0
  1. <accesslist>
  2.     <person>John</person>
  3.     <person>Mary</person>
  4.     <person>Elliot</person>
  5.     <person>John</person>
  6. </accesslist>
  7. ----- should produce something like:
  8. <people>
  9.     <name>John</name>
  10.     <name>Mary</name>
  11.     <name>Elliot</name>
  12. </people>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement