blog_post.xml 378 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <blog-post created_at="2011-07-30T00:00:00+0000" is_published="false">
  3. <title><![CDATA[This is a nice title.]]></title>
  4. <comment>
  5. <author>
  6. <full_name><![CDATA[Foo Bar]]></full_name>
  7. </author>
  8. <text><![CDATA[foo]]></text>
  9. </comment>
  10. <author>
  11. <full_name><![CDATA[Foo Bar]]></full_name>
  12. </author>
  13. </blog-post>