



| Information | Where to find us | |
| Media Centre | Home |

| home / rss on your website |
Tell us what you think about our website
You can use RSS (really simple syndication) to put headlines from this site onto your own website, blog, newsreader etc.
Below are two styles of the RSS feed to choose from plus instructions on how to add the RSS feed to your website.
A. Purple
B. Plain
1. Paste this code into the <body> section of your XHTML page:
2. Decide which RSS feed style you would like (purple or plain - see examples above) and paste the corresponding CSS styles into the <head> section of your XHTML page:
A. Purple:
B. Plain:
There are a couple of options that you can customise as a user of this service, by editing the code that you add in step 1 (above):
The RSS feed returns the news items in the "UTF-8" character set (strictly, this is the UTF-8 encoding of the Unicode character set). To ensure that all characters in the feed render correctly, your page must also use the "UTF-8" character set, otherwise some characters may render incorrectly or be replaced with a "?" by users' browsers. This is the default character set for many platforms, so you probably won't need to worry about it. However, if you need to set the character set explicitly, you can do so by inserting the following line into the <head> section of your document:
The use of different character sets can represent a complex challenge for web development and is explained in more detail by the World Wide Web Consortium.