dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
43 lines (42 loc) • 1.6 kB
text/xml
<feed xmlns='http://www.w3.org/2005/Atom' xml:lang='en-US'>
<title>Example.com</title>
<link rel="alternate" type="text/html" href="http://example.com/" hreflang="en" title="Example.com" />
<subtitle type='text'>Example.com's Sample Feed</subtitle>
<rights>Copyright Example.com</rights>
<id>http://example.com/samplefeed.xml</id>
<updated>2007-08-07T20:00:00-05:00</updated>
<link rel="self" type="application/atom+xml" href="http://www.example.com/samplefeed.xml"/>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>Test Entry #1</title>
<id>http://example.com/samplefeed.xml/entry/1</id>
<link rel='alternate' href='http://example.com/1.html'/>
<summary type='html'>This is entry #1</summary>
<author>
<name>Test User</name>
<email>test@example.com</email>
</author>
<updated>2007-08-07T04:00:00-05:00</updated>
<content type="text/xml">
<rootNode>
<textContainer>Some Random Text #1</textContainer>
</rootNode>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>Test Entry #2</title>
<id>http://example.com/samplefeed.xml/entry/1</id>
<link rel='alternate' href='http://example.com/1.html'/>
<summary type='html'>This is entry #2</summary>
<author>
<name>Test User</name>
<email>test@example.com</email>
</author>
<updated>2007-08-07T04:00:00-05:00</updated>
<content type="text/xml">
<rootNode>
<textContainer>Some Random Text #2</textContainer>
</rootNode>
</content>
</entry>
</feed>