RssTest100Sample1.xml 1.9 KB

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