Posted By


rengber on 02/13/08

Tagged


Statistics


Viewed 618 times
Favorited by 1 user(s)

Baseline RSS XML


/ Published in: XML
Save to your folder(s)

From 4 Guys from Rolla


Copy this code and paste it in your HTML
  1. <?xml version="1.0" ?>
  2. <rss version="2.0">
  3. <channel>
  4. <title>This is my first RSS feed!</title>
  5. <link>http://www.myWebSite.com</link>
  6. <description>I am testing out creating an RSS feed...</description>
  7.  
  8. <item>
  9. <title>The First Item to Check Out</title>
  10. <link>http://www.myWebSite.com/story1.htm</link>
  11. <description>This is the first article on my Web site!</description>
  12. </item>
  13.  
  14. <item>
  15. <title>The Second Item to Check Out</title>
  16. <link>http://www.myWebSite.com/story1.htm</link>
  17. <description>This is the second article on my Web site!</description>
  18. </item>
  19.  
  20. ...
  21. </channel>
  22. </rss>

URL: http://www.4guysfromrolla.com/webtech/031303-1.shtml

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.