1<?xml version="1.0"?> 2 3<!-- RDF Site Summary (RSS) 1.0 4 http://groups.yahoo.com/group/rss-dev/files/specification.html 5 Section 5.3 6 --> 7 8<rdf:RDF 9 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 10 xmlns="http://purl.org/rss/1.0/"> 11 12 <channel rdf:about="http://www.xml.com/xml/news.rss"> 13 <title>XML.com</title> 14 <link>http://xml.com/pub</link> 15 <description> 16 XML.com features a rich mix of information and services 17 for the XML community. 18 </description> 19 20 <image rdf:resource="http://xml.com/universal/images/xml_tiny.gif" /> 21 22 <items> 23 <rdf:Seq> 24 <rdf:li resource="http://xml.com/pub/2000/08/09/xslt/xslt.html" /> 25 <rdf:li resource="http://xml.com/pub/2000/08/09/rdfdb/index.html" /> 26 </rdf:Seq> 27 </items> 28 29 <textinput rdf:resource="http://search.xml.com" /> 30 </channel> 31 32</rdf:RDF> 33