News Feed
Jobs Feed
Sections




News Archive
Christian Schaefer's Blog:
Simply iterate over XML with plain PHP using little memory and CPU
March 10, 2011 @ 08:11:31

In a new post to his Test.ical.ly blog Christian Schaefer shows you how to iterate over XML in a more efficient way with the help of the XMLReader and Iterator features that come with PHP.

One of the things I have been working on lately was a simple XML parser. It's a simple XML structure in my case though it could be more complex without much change. My solution was a quite powerful yet simple combination of XMLReader and the Iterator interface.

He includes a sample XML document similar to the one he was working with and shows how XMLReader can handle it, keeping only the currently needed information in memory at one time. His sample class (CustomXml) loads the file and defines all of the iterator methods to work with the data like "next", "prev" and "rewind".

0 comments voice your opinion now!
iterate xml xmlreader iterator memory tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: AJAX Chat Tutorial 4

PHPMaster.com: Autoloading in PHP and the PSR-0 Standard

NETTUTS.com: How to Setup a Dedicated Web Server for Free

IBM developerWorks: Five more PHP design patterns

DevShed: Working with Regular Expressions with Filters in PHP 5


Community Events









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


podcast example release code database interview opinion language composer development object framework testing introduction api unittest zendframework2 tool phpunit community

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