jQuery RSS/ATOM feed parser plugin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.7 KiB

  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. </channel>
  21. <image rdf:about="http://xml.com/universal/images/xml_tiny.gif">
  22. <title>XML.com</title>
  23. <link>http://www.xml.com</link>
  24. <url>http://xml.com/universal/images/xml_tiny.gif</url>
  25. </image>
  26. <item rdf:about="http://xml.com/pub/2000/08/09/xslt/xslt.html">
  27. <title>Processing Inclusions with XSLT</title>
  28. <link>http://xml.com/pub/2000/08/09/xslt/xslt.html</link>
  29. <description>
  30. Processing document inclusions with general XML tools can be
  31. problematic. This article proposes a way of preserving inclusion
  32. information through SAX-based processing.
  33. </description>
  34. </item>
  35. <item rdf:about="http://xml.com/pub/2000/08/09/rdfdb/index.html">
  36. <title>Putting RDF to Work</title>
  37. <link>http://xml.com/pub/2000/08/09/rdfdb/index.html</link>
  38. <description>
  39. Tool and API support for the Resource Description Framework
  40. is slowly coming of age. Edd Dumbill takes a look at RDFDB,
  41. one of the most exciting new RDF toolkits.
  42. </description>
  43. </item>
  44. </rdf:RDF>