Hi all,
I would like to make rss 2.0 feeds on my php based web site.
Can someone sugest me good php parser?
Do you want to parse RSS files on your website, or generate one ?
(By the way, don't use RSS 2.0 format, it's ugly, XML-invalid, not extensible...)
didn't know if it was XML-invalid... but if it IS (or if 0.some-version-number is), just use inbuilt php libraries (generally expat for PHP 4.x.x) or SimpleXML (for php 5.x.x) to parse the XML. You must be knowing how RSS is written, and if u don't check out any of the feeds.