<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="" type="text/css"?>

<Channel xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:dcterms="http://purl.org/dc/terms/"
         xmlns="http://purl.org/net/rss1.1#"
         xmlns:p="http://purl.org/net/rss1.1/payload#"
         rdf:about="http://glasgowgreens.org/people/kieran-wild/blog">

    <title>Blog</title>
    <link>http://glasgowgreens.org/people/kieran-wild/blog</link>

    

    <image rdf:parseType="Resource">
        <title>Blog</title>
        <url>http://glasgowgreens.org/logo.png</url>
    </image>

    <items rdf:parseType="Collection">
        
        <item rdf:about="http://glasgowgreens.org/people/kieran-wild/blog/test">
            <title>Test</title>
            <link>http://glasgowgreens.org/people/kieran-wild/blog/test</link>
            <description>Hello this is a test</description>
            <p:payload xmlns="http://www.w3.org/1999/xhtml"
                       rdf:parseType="Literal">
<p>TEST POST</p>
</p:payload>
            <dc:date>2009-10-06T11:33:35+01:00</dc:date>
            <dcterms:modified>2009-10-06T11:33:35+01:00</dcterms:modified>
            <dc:creator>Kieran Wild</dc:creator>
            
        </item>
        
    </items>
</Channel>

