Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2.  
  3. <content>
  4. <parent>
  5. <child id="1">
  6. <title>child 1</title>
  7.  
  8. <child id="1">
  9. <title>child 1.1</title>
  10.  
  11. <child id="1">
  12. <title>child 1.1.1</title>
  13. </child>
  14. </child>
  15.  
  16. <child id="2">
  17. <title>Chapter 1.2</title>
  18.  
  19. <child id="1">
  20. <title>child 1.2.1</title>
  21.  
  22. <child id="1">
  23. <title>child 1.2.1.1</title>
  24. </child>
  25. </child>
  26.  
  27. <child id="2">
  28. <title>child 1.2.2</title>
  29. </child>
  30. </child>
  31.  
  32. <child id="3">
  33. <title>child 1.3</title>
  34. </child>
  35. </child>
  36. </parent>
  37. </content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement