News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Christian Weiske's Blog:
Importing huge XML files using PHP5 - efficiently and conveniently
August 25, 2008 @ 09:34:38

Christian Weiske has a quick tip on how to get larger XML files to pull into PHP5 and be usable:

At work I had the task to implement the synchronization between an online shop and a commodity management system. Data exchange format was XML - one big XML file for all of the products (some thousands with dozens of attributes). Big question: How do I import the file in a way that is most convenient for me as a programmer - and without exceeding the machine's RAM when loading a 1 GiB file?

The newer alternatives both use the same technology (DOM and SimpleXML - with DOM behind it) so he goes more "low tech" than that and opts for the XMLReader extension to pull in the large amounts of data. Available in PHP5, the XMLReader extension, which he combines with an Iterator from the SPL to makes for a simple, quick little parser.

0 comments voice your opinion now!
import xml file php5 efficient convenient xmlreader spl iterator



Similar Posts

Vinu Thomas's Blog: Quercus - PHP5 in 100% Java

DevShed: Tracking Parsing Errors with the Tidy Library in PHP 5

Michael Kimsal's Blog: PHP4 -> PHP5 XML Wrapper

Paul Jones' Blog: Solar 1.0.0 alpha1 Released

Raphael Stolt's Blog: Validating XML files within PHP 4 applications


Community Events









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


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

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