<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="template.xsl"?>
<?xml-stylesheet type="application/rss+xml" title="RSS" href="https://blog.harlow.net.nz/feed.xml"?>

<index>
    <title>My Blog</title>

    <section>
      <title>Posts</title>
        <entry>
            <title>Second Post</title>
            <link>posts/post2.xml</link>
            <date>2025-08-28</date>
            <desc>This is another entry...</desc>
        </entry>
        <entry>
            <title>First Post</title>
            <link>posts/post1.xml</link>
            <date>2025-08-27</date>
            <desc>Hello world! This is my first blog post written in XML.</desc>
        </entry>
    </section>

</index>
