News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

David Sklar\'s Blog: Speed - DOM traversal vs. XPath in PHP 5

Job Posting: Assembleron Ltd Seeks PHP 5/MySQL/Ajax Developers (Reading, UK)

DevShed: Introduction to Using SQLite with PHP 5

Greg Beaver's Blog: PhpDocumentor 1.3.0 stable is released

Gergely Hodicska's Blog: What is new in PHP 5.3 - part 2: late static binding


Community Events









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


conference job security database book zendframework ajax mysql release PEAR zend application releases PHP5 example package framework code cakephp developer

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