XMLReaderIterator
XMLReaderIterator copied to clipboard
Iterators for PHP XMLReader for ease of parsing
I am stuck right now on error: "Use of "self" in callables is deprecated" Yes it is just deprecation, however it still needs fixing. I didn't see supported php versions...
I'm trying to read an xml file created with `mysqldump --xml` The code looks like this : ``` php
Since Release v0.1.11 there is the `\XMLReaderIterator::skipNextRead` to fix reading children and continue iteration for parent nodes. In current project parsing of children is extracted to different objects and it...
Hello! Using the **read-write-simplexml.php** example I need to split a very large file into several small ones, with a certain number of . And no matter what I do, subsequent...
Fix issue with iteration when you never could select the first row as iterator logic had the bug with 2 next() calls invocations which lead to selection elements from array...
This PR fixes #16, #21 and #22. It is important, because without it, in some cases as indicated in #21, the iterator skips some elements. Furthermore, it simplifies install and...