Return to Snippet

Revision: 49264
at July 19, 2011 00:44 by JustMadMike


Updated Code
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
        <title>Anaesthesia and Critial Care Bulletin</title>
        <description>This is an example of an RSS feed</description>
        <link>http://www.uhl-library.nhs.uk/cl_ca_AnaesCrit.html</link>
 
        <item>
                <title>June 2011</title>
                <description>Here is some text containing an interesting description.</description>
                <link>http://www.uhl-library.nhs.uk/pdfs/CL%20Current%20Awareness/Anaesthesia%20Critical%20Care%20June%202011.pdf</link>
        </item>

        <item>
                <title>May 2011</title>
                <description>Here is some text containing an interesting description.</description>
                <link>http://www.uhl-library.nhs.uk/pdfs/CL%20Current%20Awareness/Anaesthesia%20and%20Critical%20Care%20May%202011.pdf</link>
        </item>
 
</channel>
</rss>

Revision: 49263
at July 19, 2011 00:43 by JustMadMike


Initial Code
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
        <title>Anaesthesia and Critial Care Bulletin</title>
        <description>This is an example of an RSS feed</description>
        <link>http://www.uhl-library.nhs.uk/cl_ca_AnaesCrit.html</link>
 
        <item>
                <title>May 2011</title>
                <description>Here is some text containing an interesting description.</description>
                <link>http://www.uhl-library.nhs.uk/pdfs/CL%20Current%20Awareness/Anaesthesia%20and%20Critical%20Care%20May%202011.pdf</link>
        </item>
        
        <item>
                <title>June 2011</title>
                <description>Here is some text containing an interesting description.</description>
                <link>http://www.uhl-library.nhs.uk/pdfs/CL%20Current%20Awareness/Anaesthesia%20Critical%20Care%20June%202011.pdf</link>
        </item>
 
</channel>
</rss>

Initial URL


Initial Description
Could do something like this for each category.

Initial Title
Aneesa RSS Example

Initial Tags


Initial Language
XML