prewk / xml-string-streamer

Stream large XML files with low memory consumption.
MIT License
356 stars 49 forks source link

StringWalker should handle self-closing tags #57

Closed kristoffeys closed 6 years ago

kristoffeys commented 6 years ago

When i try to use the StringWalker, self-closing tags seem te get skipped from the streamer. I've been digging a bit, and the issue seems to be in file 'StringWalker.php' on line 233.

prewk commented 6 years ago

Took another approach: https://github.com/prewk/xml-string-streamer/releases/tag/0.11.0