| <?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://www.xml.com/xml/news.rss">
<title>Title</title>
<link>http://www.example.com/</link>
<description>Brief description</description>
<image rdf:resource="http://www.example.com/path/file.gif"
/>
<items>
<rdf:Seq>
<rdf:li resource="http://xml.com/pub/2000/08/09/xslt/xslt.html"
/>
<rdf:li resource="http://xml.com/pub/2000/08/09/rdfdb/index.html"
/>
</rdf:Seq>
</items>
<textinput rdf:resource="http://www.example.com"
/>
</channel>
<image rdf:about="http://www.example.com/path/file.gif">
<title>Title</title>
<link>http://www.example.com</link>
<url>http://www.example.com/path/file.gif</url>
</image>
<item>
<title>Processing Inclusions with XSLT</title>
<link>http://xml.com/pub/2000/08/09/xslt/xslt.html</link>
<description>Description</description>
</item>
<item >
<title>Title</title>
<link>http://www.example.com</link>
<description>Description</description>
</item>
</rdf:RDF>
Top
|