News Feed
Jobs Feed
Sections




News Archive
Jeremy Johnstone's Blog:
PHP parser for OS X plist XML files
October 27, 2008 @ 09:35:56

Jeremy Johnstone has come up with a simple plist xml parser. The plist format is what iTunes (and some other application) uses for its library files.

Normally SimpleXML is enough to handle most XML parsing needs, but the plist XML format is just broken enough to make parsing it with SimpleXML virtually impossible. Since I hadn't played with XMLReader much, I thought it would be a good chance to give it a spin. For the anxious types, the code is available on github in my php_class_lib project, so dig right in.

His parser takes in the name of the file to fetch and a parser() method is called to do the actual work. The contents of the file are returned as an array (he includes a print_r() of that output too).

1 comment voice your opinion now!
osx parse xmlreader plist xml file tutorial github


blog comments powered by Disqus

Similar Posts

WebReferece.com: Building a Weblog: Part 2

Fabien Potencier's Blog: Getting information from SVN with PHP

DevShed: Introducing the Flyweight Pattern with PHP 5

Stefan Mischook's Blog: Podcast: Structuring PHP Projects

Stefan Mischook's Blog: Object Oriented PHP Tutorial in PDF


Community Events











Don't see your event here?
Let us know!


opinion example release podcast api community application framework language composer testing functional development code interview zendframework2 introduction database phpunit series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework