Re: [PHP-DEV] Re: Question on XMLReader

2013-10-02 Thread John Stokes
UPDATE: I figured out number 2. Maybe I had an extra text node in there, but now it's working. Can someone help with the others? -John On 9/26/2013 8:12 PM, John Stokes wrote: Well, fine then. I'm trying to understand the mechanics behind XMLReader::next() and XMLReader::read() Given an

Re: [PHP-DEV] Re: Question on XMLReader

2013-09-26 Thread John Stokes
Well, fine then. I'm trying to understand the mechanics behind XMLReader::next() and XMLReader::read() Given an XML file like this: $library = ' ?xml version=1.0? library book titleOf Mice and Men/title /book book titleA Tale of Two Cities/title /book

[PHP-DEV] Re: Question on XMLReader

2013-09-21 Thread David Soria Parra
John Stokes jsto...@heartofthefyre.us schrieb: I'm working on documenting the XMLReader and XMLWriter classes. Is there someone on the list that can answer some questions about the details of how XMLReader works? Please don't ask to ask. Sent a mail to this list or to the php.doc mailinglist