News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Fetching Namespaced XML Elements With SimpleXML
November 04, 2010 @ 10:48:14

Lorna Mitchell has a new post to her blog with a quick example of how to get namespaced values with SimpleXML out of a properly formatted XML file.

Recently I was working with some google APIs and needed to retrieve some namespaced elements from the result set. This confused me more than I expected it to so here's my code for the next time I need it (and if you use it too, then great!) I was reading from their analytics data feed API, this returns a few key fields and then multiple tags, each with namespaced children.

The trick is to grab the current document's namespaces (via getNamespaces), finding the key for the ones you want and grabbing them as children.

0 comments voice your opinion now!
simplexml namespace element xml tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: SQLite: Lean, Mean DB Machine

WebDigity.com: PHP geotargeting techniques

ProDevTips.com: Ajax, ZF and Smarty feed reader - part 1

O'Reilly: Migrating Web-Based PHP Applications to Ajax

Kevin Schroeder's Blog: Zend_Server


Community Events











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


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

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