RE: How to handle RSS Feeds

If you have PHP installed on your server, there's a great RSS XML parser
available here:
 
http://www.hotscripts.com/Detailed/18890.html
<http://www.hotscripts.com/Detailed/18890.html> 
 
It puts a feed's data into a multidimensional array, that you can then
output on your HTML page as HTML any way you like. Way, way more control
that using XSLT, and easier to use, I think. You won't have to worry about
user agents parsing XML at all, because the PHP code processes the XML feed
server-side, so the result is pure HTML sent to the browser.
 
Geoffrey D. Hoffman
Lead Web Developer
Arizona Interactive Media Group
 <mailto:ghoffman@aztrib.com> mailto:ghoffman@aztrib.com 

Received on Thursday, 11 March 2004 12:04:45 UTC