Difference between revisions of "RSS feed samples"

From Akvopedia
Jump to: navigation, search
(Blanked the page)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<?xml version="1.0" encoding="utf-8"?>
+
 
<rss version="2.0">
 
<channel>
 
<title>Website Feed</title>
 
<description>Website Feed coded manually</description>
 
<link>http://www.yourdomain.com</link>
 
<item>
 
<title>A Special Event</title>
 
<description>A Special Teleconference for our customers about our products</description>
 
<link>http://www.yourdomain.com/events.htm</link>
 
</item>
 
<item>
 
<title>Announcing new Products</title>
 
<description>Announcing a new line of products</description>
 
<link>http://www.yourdomain.com/products.htm</link>
 
</item>
 
</channel>
 
</rss>
 

Latest revision as of 06:12, 4 December 2012