Introduction
Introduction Statistics Contact Development Disclaimer Help
rss11_example.xml - sfeed_tests - sfeed tests and RSS and Atom files
git clone git://git.codemadness.org/sfeed_tests
Log
Files
Refs
README
LICENSE
---
rss11_example.xml (1426B)
---
1 <Channel xmlns="http://purl.org/net/rss1.1#"
2 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 rdf:about="http://www.xml.com/xml/news.rss">
4 <title>XML.com</title>
5 <link>http://xml.com/pub</link>
6 <description>
7 XML.com features a rich mix of information and services
8 for the XML community.
9 </description>
10 <image rdf:parseType="Resource">
11 <title>XML.com</title>
12 <url>http://xml.com/universal/images/xml_tiny.gif</url>
13 </image>
14 <items rdf:parseType="Collection">
15 <item rdf:about="http://www.xml.com/pub/a/2005/01/05/restful.html">
16 <title>The Restful Web: Amazon's Simple Queue Service</title>
17 <link>http://www.xml.com/pub/a/2005/01/05/restful.html</link>
18 <description>
19 In Joe Gregorio's latest Restful Web column, he explains that
20 Amazon's Simple Queue Service, a web service offering a queue
21 for reliable storage of transient messages, isn't as RESTful
22 as it claims.
23 </description>
24 </item>
25 <item rdf:about="http://www.xml.com/pub/a/2005/01/05/tr-xml.html">
26 <title>Transforming XML: Extending XSLT with EXSLT</title>
27 <link>http://www.xml.com/pub/a/2005/01/05/tr-xml.html</link>
28 <description>
29 In this month's Transforming XML column, Bob DuCharme reports
30 happily that the promise of XSLT extensibility via EXSLT has
31 become a reality.
32 </description>
33 </item>
34 </items>
35 </Channel>
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.