Re: [PHP] Sequential access of XML nodes.

2011-09-28 Thread Ross McKay
Richard Quadling wrote: >It seems that the SimpleXMLIterator is perfect for me. >[...] Interesting, I forget that's there... I must have a play with it sometime. Thanks for resurfacing it :) -- Ross McKay, Toronto, NSW Australia "Let the laddie play wi the knife - he'll learn" - The Wee Book of

Re: [PHP] Sequential access of XML nodes.

2011-09-28 Thread Richard Quadling
On 27 September 2011 03:38, Ross McKay wrote: > On Mon, 26 Sep 2011 14:17:43 -0400, Adam Richardson wrote: > >>I believe the XMLReader allows you to pull node by node, and it's really >>easy to work with: >>http://www.php.net/manual/en/intro.xmlreader.php >> >>In terms of dealing with various form

Re: [PHP] Sequential access of XML nodes.

2011-09-26 Thread Ross McKay
On Mon, 26 Sep 2011 14:17:43 -0400, Adam Richardson wrote: >I believe the XMLReader allows you to pull node by node, and it's really >easy to work with: >http://www.php.net/manual/en/intro.xmlreader.php > >In terms of dealing with various forms of compression, I believe you con use >the compressio

Re: [PHP] Sequential access of XML nodes.

2011-09-26 Thread Adam Richardson
On Mon, Sep 26, 2011 at 12:24 PM, Richard Quadling wrote: > Hi. > > I've got a project which will be needing to iterate some very large > XML files (around 250 files ranging in size from around 50MB to > several hundred MB - 2 of them are in excess of 500MB). > > The XML files have a root node and

Re: [PHP] Sequential access of XML nodes.

2011-09-26 Thread Stuart Dallas
On 26 Sep 2011, at 17:24, Richard Quadling wrote: > I've got a project which will be needing to iterate some very large > XML files (around 250 files ranging in size from around 50MB to > several hundred MB - 2 of them are in excess of 500MB). > > The XML files have a root node and then a collecti

[PHP] Sequential access of XML nodes.

2011-09-26 Thread Richard Quadling
Hi. I've got a project which will be needing to iterate some very large XML files (around 250 files ranging in size from around 50MB to several hundred MB - 2 of them are in excess of 500MB). The XML files have a root node and then a collection of products. In total, in all the files, there are g