prewk / xml-string-streamer

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

Add newline removal to Parser's shave so not to include wrong inputs #40

Closed fnfilho closed 9 years ago

prewk commented 9 years ago

I'm not completely sure what this does, can you explain?

It looks like it wouldn't count..

<foo
    bar="baz"
>

..as an xml node, which would be wrong.