/ Published in: XML
From 4 Guys from Rolla
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?xml version="1.0" ?> <rss version="2.0"> <channel> <title>This is my first RSS feed!</title> <link>http://www.myWebSite.com</link> <description>I am testing out creating an RSS feed...</description> <item> <title>The First Item to Check Out</title> <link>http://www.myWebSite.com/story1.htm</link> <description>This is the first article on my Web site!</description> </item> <item> <title>The Second Item to Check Out</title> <link>http://www.myWebSite.com/story1.htm</link> <description>This is the second article on my Web site!</description> </item> ... </channel> </rss>
URL: http://www.4guysfromrolla.com/webtech/031303-1.shtml