Aneesa RSS Example


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

Could do something like this for each category.


Copy this code and paste it in your HTML
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <rss version="2.0">
  3. <channel>
  4. <title>Anaesthesia and Critial Care Bulletin</title>
  5. <description>This is an example of an RSS feed</description>
  6. <link>http://www.uhl-library.nhs.uk/cl_ca_AnaesCrit.html</link>
  7.  
  8. <item>
  9. <title>June 2011</title>
  10. <description>Here is some text containing an interesting description.</description>
  11. <link>http://www.uhl-library.nhs.uk/pdfs/CL%20Current%20Awareness/Anaesthesia%20Critical%20Care%20June%202011.pdf</link>
  12. </item>
  13.  
  14. <item>
  15. <title>May 2011</title>
  16. <description>Here is some text containing an interesting description.</description>
  17. <link>http://www.uhl-library.nhs.uk/pdfs/CL%20Current%20Awareness/Anaesthesia%20and%20Critical%20Care%20May%202011.pdf</link>
  18. </item>
  19.  
  20. </channel>
  21. </rss>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.