Getting RSS Feed into a Website?
Getting RSS Feed into a Website?
- Started
- Last post
- 5 Responses
- ********
Anyone have a good resource/tutorial on how to incorporate a RSS news feed into a website?
- ********0
Doesn anyone know of some cross platform script (javascript I guess) that will take an RSS XML file and parse it into HTML?
My client is a sporting association and they want their headlines to be able to be displayed on individual club sites. They would like to be able to say 'just include this line of code in your site and it will display our news headlines'.
Any help appreciated.
- nRIK0
DogsBreath, use XSLT
- ********0
Could you elaborate?
- heavyt0
XSLT is the transformation language that turns xml into html (or anything else).
TR1