log.xml 663 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <log>
  3. <author_list>
  4. <entry _key="0">
  5. <full_name><![CDATA[Johannes Schmitt]]></full_name>
  6. </entry>
  7. <entry _key="1">
  8. <full_name><![CDATA[John Doe]]></full_name>
  9. </entry>
  10. </author_list>
  11. <comment>
  12. <author>
  13. <full_name><![CDATA[Foo Bar]]></full_name>
  14. </author>
  15. <text><![CDATA[foo]]></text>
  16. </comment>
  17. <comment>
  18. <author>
  19. <full_name><![CDATA[Foo Bar]]></full_name>
  20. </author>
  21. <text><![CDATA[bar]]></text>
  22. </comment>
  23. <comment>
  24. <author>
  25. <full_name><![CDATA[Foo Bar]]></full_name>
  26. </author>
  27. <text><![CDATA[baz]]></text>
  28. </comment>
  29. </log>