On 08 Oct 2012, at 16:59, Steve Meyers wrote: > I've been using MagpieRSS forever, but it hasn't been updated since > 2005. I'd like something that's just a parser, I don't need it to > download the files or do caching or anything else it doesn't need to do. > I'd prefer as simple a solution as possible. > > SimplePie seems to be what everybody uses, but it does downloading and > caching, and requires me to set up autoloader and such. I'm looking for > simple. :) >
PHP has some built in XML parsing tools. http://www.php.net/manual/en/refs.xml.php Is that all you are looking for? I have used SimpleXML for some stuff before (http://www.php.net/manual/en/book.simplexml.php) Jonathan _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
