Topic: RSS call |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Rouen, France |
posted 06-10-2003 10:24
On my website, I plan to include a call to a RSS file. This file contains daily quotes, and changes everyday. code: <xml src="[i]url of the xml file[/i]" id="quote" async="false"></xml>
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-10-2003 14:19
Moon Shadow: You should avoid actually inserting XML into your page as browser support isn't great. Your best bet is to use a server-side script to process the RSS file. Do you have access to something like PHP or ASP? |
Paranoid (IV) Inmate From: Rouen, France |
posted 06-10-2003 14:56
Yes I can use PHP.. However I never found the time to learn it. How can I call the file in PHP, and then format it like I want ? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-10-2003 15:23
Moon Shadow: nice setup for a free account (XSLT support too ). I'll drop you a line on ICQ (I see you are around) - I have a RSS parser. |
Paranoid (IV) Inmate From: Rouen, France |
posted 06-10-2003 21:36
Thanks to the RSS parser Emperor sent me, I was able to do what I wanted. I had to play with the PHP code for a few tricks (removing image, formatting the text with my css, selecting only four quotes out of twelve), it wasn't easy, hopefully I knew some basic of Javascript that helped |