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

Truncated XML check

Open prewk opened this issue 10 years ago • 1 comments

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

prewk avatar May 21 '15 08:05 prewk

I would like to suggest not to check it beforehand, but after the parser finishes, there should be some indication, that the XML was truncated. For example boolean flag, that can be checked afterwards.

dbrmr avatar Sep 14 '15 12:09 dbrmr