xml-string-streamer icon indicating copy to clipboard operation
xml-string-streamer copied to clipboard

Stream large XML files with low memory consumption.

Results 10 xml-string-streamer issues
Sort by recently updated
recently updated
newest added

Hello there, First off, really great library you have here! Thank you so much as it makes my life a lot easier. I was wondering if this library allows resumption...

I discovered that `Parsers` does not honor xml encoding. Imo when XML file is not in UTF-8, than `getNode()` should convert string to UTF-8.

A gotcha with the `UniqueNode` parser is that it doesn't support XML structures that has similarly named nodes within nodes if you want to capture that node name. It should,...

Problem: If an greater than (>) sign (non html entity formatted) exists within at short closing tag attribute the Streamer cannot find the next matching tag and reads until the...

Possible option: Check in beforehand if input XML is erroneously truncated in the middle. (Might be problematic for url streams)

enhancement