<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://www.example.com/simplefeed.xml" rel="self" type="application/rss+xml" />
<title>Title of the Feed</title>
<link>http://www.example.com/index.html</link>
<description>Description of the feed so users know what they are subscribing to...</description>
<item>
<title>Title of item 1 in feed</title>
<link>http://www.example.com/example.pdf</link>
<description>Descripton or synopsis of article or content item links to...</description>
</item>
</channel>
</rss>
Comments (0)
You don't have permission to comment on this page.