News Feed
Jobs Feed
Sections




News Archive
DevShed:
Searching and Replacing Nodes with SimpleXML in PHP 5 (Part 3)
June 26, 2006 @ 07:13:48

DevShed has posted part three of their "working with SImpleXML in PHP5" series today, focusing this time on the searching and replacing of nodes within a loaded XML string.

So far, the couple of functions that I mentioned before actually do a good job of parsing simple XML files and strings. However, the "simpleXML" library has a few additional handy functions that I'd like to show you in this last tutorial. That said, in the next few lines, I'll be covering these functions, in order to demonstrate how to quickly search and replace nodes within XML data strings.

They start with some node comparison and locating the nodes inside of the XML (with a little help from XPath). Once they're found, they show how to replace the node itself with the asXML method PHP provides. Finally, they give a more "real life" example of how to blend it all together.

0 comments voice your opinion now!
simplexml php5 tutorial search replace nodes part3 simplexml php5 tutorial search replace nodes part3


blog comments powered by Disqus

Similar Posts

Antony Dovgal's Blog: 5.3 snapshots are available

Chris Hartjes' Blog: Sorting Relationship Results In Doctrine 1.2

Big Nerd Ranch Blog: XML in PHP 5

PHPBuilder.com: Use Zend Framework Action Helpers to Reduce PHP Code Redundancy

Fortrabbit.com: Handle your dependencies with PHP composer


Community Events











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


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

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