On Wed, July 18, 2007 4:13 am, Don Don wrote:
> I am reading the following xml data in a very large file using XML
> reader, the xml structure looks like the xample given below

> Any thoughts ?

Use simple XML?

Or is the file really too huge for that to be feasible?  Have you
actually tried it?...

As a while guess, I'd suggest that maybe $reader->read() will return
the next sub-nodes, and you'd do the same thing you're doing now to
read the tires...  But I've never used XMLReader, and hope I never
have to.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to