1 <?xml version="1.0"?> 2 3 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/"> 4 5 <channel rdf:about="http://www.xml.com/xml/news.rss"> 6 <title>XML.com</title> 7 <link>http://xml.com/pub</link> 8 <description> 9 XML.com features a rich mix of information and services 10 for the XML community. 11 </description> 12 13 <image rdf:resource="http://xml.com/universal/images/xml_tiny.gif" /> 14 15 <items> 16 <rdf:Seq> 17 <rdf:li resource="http://xml.com/pub/2000/08/09/xslt/xslt.html" /> 18 <rdf:li resource="http://xml.com/pub/2000/08/09/rdfdb/index.html" /> 19 </rdf:Seq> 20 </items> 21 22 </channel> 23 24 <image rdf:about="http://xml.com/universal/images/xml_tiny.gif"> 25 <title>XML.com</title> 26 <link>http://www.xml.com</link> 27 <url>http://xml.com/universal/images/xml_tiny.gif</url> 28 </image> 29 30 <item rdf:about="http://xml.com/pub/2000/08/09/xslt/xslt.html"> 31 <title>Processing Inclusions with XSLT</title> 32 <link>http://xml.com/pub/2000/08/09/xslt/xslt.html</link> 33 <description> 34 Processing document inclusions with general XML tools can be 35 problematic. This article proposes a way of preserving inclusion 36 information through SAX-based processing. 37 </description> 38 </item> 39 40 <item rdf:about="http://xml.com/pub/2000/08/09/rdfdb/index.html"> 41 <title>Putting RDF to Work</title> 42 <link>http://xml.com/pub/2000/08/09/rdfdb/index.html</link> 43 <description> 44 Tool and API support for the Resource Description Framework 45 is slowly coming of age. Edd Dumbill takes a look at RDFDB, 46 one of the most exciting new RDF toolkits. 47 </description> 48 </item> 49 50 </rdf:RDF> 51