id 706 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <EXAMPLE id="root" prop1="gnome is great" prop2="&amp; linux too">
  3. <head id="head">
  4. <title>Welcome to Gnome</title>
  5. </head>
  6. <chapter id="chapter1">
  7. <title>The Linux adventure</title>
  8. <p>bla bla bla ...</p>
  9. <image href="linus.gif"/>
  10. <p>...</p>
  11. </chapter>
  12. <chapter id="chapter2">
  13. <title>Chapter 2</title>
  14. <p>this is chapter 2 ...</p>
  15. </chapter>
  16. <chapter id="chapter3">
  17. <title>Chapter 3</title>
  18. <p>this is chapter 3 ...</p>
  19. </chapter>
  20. <chapter id="chapter4">
  21. <title>Chapter 4</title>
  22. <p>this is chapter 4 ...</p>
  23. </chapter>
  24. <chapter id="chapter5">
  25. <title>Chapter 5</title>
  26. <p>this is chapter 5 ...</p>
  27. </chapter>
  28. </EXAMPLE>