<?xml version="1.0" encoding="UTF-8"?>
<recentposts>
             <post>
                   <title>OMG a Third Post!</title>
                   <author>Joe Leslie</author>
                   <date>24/11/2008</date>
                   <time>18:21</time>
                   <content>
                   Another post? Wow, that means that we now have 3 posts in this silly little XML example file!
                   </content>
             </post>

             <post>
                   <title>This is a Second Post</title>
                   <author>Joe Leslie</author>
                   <date>23/11/2008</date>
                   <time>14:38</time>
                   <content>
                   So, this is the second post! Blah blah blah, lorem ipsum, yadda yadda yadda.
                   </content>
             </post>

             <post>
                   <title>First Post</title>
                   <author>Joe Leslie</author>
                   <date>22/11/2008</date>
                   <time>11:19</time>
                   <content>
                   This is the first post, in this simple little XML example.
                   </content>
             </post>
</recentposts>