[nycphp-talk] PeterSaw, how about a tutorial on RSS feed?
Chris Snyder
chris at psydeshow.org
Fri May 2 09:51:36 EDT 2003
Pinyo Bhulipongsanon wrote:
>How do I turn something like this
>http://www.marktaw.com/rss.xml
>
>To show up in my web site?
>
>Thanks,
>
>Pinyo
>
>
>
There are a number of solutions out there for parsing and displaying RSS
data using PHP -- look in the PEAR classes, there's also Fase 4's
excellent RDF class at http://www.fase4.com/rdf/
If you want more of a turn-key, right-now solution, take a look at
Feedsplitter -- a project of mine that parses the RSS and renders it
using any number of server-side templates-- including javascript
templates so that you can include the output in a static webpage using a
<script> tag. It may need a little work, please feel free to email me if
want to install it on your own server:
http://chxo.com/feedsplitter/index.php
Happy parsing!
chris.
More information about the talk
mailing list