sample.xml 319 B

1234567891011121314
  1. <?xml version="1.0"?>
  2. <story>
  3. <storyinfo>
  4. <author>John Fleck</author>
  5. <datewritten>June 2, 2002</datewritten>
  6. <keyword>example keyword</keyword>
  7. </storyinfo>
  8. <body>
  9. <headline>This is the headline</headline>
  10. <para>This is the body text.</para>
  11. </body>
  12. <empty1/>
  13. <empty2></empty2>
  14. </story>