News Feed
Jobs Feed
Sections




News Archive
Paul Stamatiou's Blog:
How To Parse XML with PHP5
April 19, 2007 @ 15:39:00

On his blog today, Paul has posted this quick guide to working with XML in PHP5, specifically how to parse it and use the data however you'd like.

One of the most common things web coders run into is the need to parse some type of XML file. Many web services return API calls in XML format, so it's just handy to know how to parse these results quickly. With PHP4 you usually have to rely on some large parsing library to get the job done or deal with overly complicated PHP functions, but PHP 5 has a great extension called SimpleXML.

He goes on to give an example, the geocoding service that Yahoo! offers, and two examples of how to parse the response with SimpleXML. He also includes a little bit of extra code to help with some of the more "intricate" XML you might come across.

0 comments voice your opinion now!
php5 parse xml simplexml php5 parse xml simplexml


blog comments powered by Disqus

Similar Posts

Lorna Mitchell: First Phing Plugin

Dallas PHP User\'s Group: PHP5 Exception Handling (presentation)

Tiffany Brown's Blog: Simple pagination for arrays with PHP 5

Nessa's Blog: Simple API Writing, Part I

Blond R's Blog: Set up IIS 7 w/ MySQL and PHP 5


Community Events











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


interview development unittest object tool release testing code framework zendframework2 phpunit functional conference podcast introduction language opinion example series community

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