blog_post.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <blog-post xmlns="http://example.com/namespace" xmlns:gd="http://schemas.google.com/g/2005" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" created_at="2011-07-30T00:00:00+0000" is_published="false" is_reviewed="false" gd:etag="1edf9bf60a32d89afbb85b2be849e3ceed5f5b10">
  3. <id>what_a_nice_id</id>
  4. <dc:title><![CDATA[This is a nice title.]]></dc:title>
  5. <comment>
  6. <author>
  7. <full_name><![CDATA[Foo Bar]]></full_name>
  8. </author>
  9. <text><![CDATA[foo]]></text>
  10. </comment>
  11. <comment2>
  12. <author>
  13. <full_name><![CDATA[Foo Bar]]></full_name>
  14. </author>
  15. <text><![CDATA[foo]]></text>
  16. </comment2>
  17. <metadata>
  18. <entry key="foo"><![CDATA[bar]]></entry>
  19. </metadata>
  20. <atom:author>
  21. <full_name><![CDATA[Foo Bar]]></full_name>
  22. </atom:author>
  23. <publisher xmlns:ns2="http://example.com/namespace2">
  24. <ns2:pub_name><![CDATA[Bar Foo]]></ns2:pub_name>
  25. </publisher>
  26. <dc:tag xmlns:dc="http://purl.org/dc/elements/1.1/">
  27. <name>tag1</name>
  28. </dc:tag>
  29. <dc:tag xmlns:dc="http://purl.org/dc/elements/1.1/">
  30. <name>tag2</name>
  31. </dc:tag>
  32. </blog-post>