News Feed
Jobs Feed
Sections




News Archive
Content with Style:
Remove nodes in SimpleXMLElement
July 16, 2009 @ 11:15:57

The Content with Style blog has this quick tip on removing nodes from inside of a SimpleXML object without causing problems with its internal handling.

You might think otherwise and hack it with unset(), as it was done in one of the web applications I inherited at work, but today I found out that this works under some conditions, but not with every setup. I'd love to tell you what exactly the differences are that make it break, but I didn't spend the time tracking it down.

Instead, he suggests a call to dom_import_simplexml to swap the object over to the DOM, performing a removeChild on the node and pushing it back over to SimpleXML if the need's there.

0 comments voice your opinion now!
removechild dom tutorial simplexml


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: AJAX and PHP Part 3 - Post vs. Get Requests

Chris Roane's Blog: Advanced PHP Form Validation

php|architect: The Magic __set_state Method

Sameer Borate: Efficiently Replicating RETS data to MySQL

Brian Swan's Blog: Accessing Windows Azure Queues from PHP


Community Events











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


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

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