aqtoolkit icon indicating copy to clipboard operation
aqtoolkit copied to clipboard

StreamingXMLParser: Getting Byte Position on End of Document?

Open TheoA opened this issue 14 years ago • 0 comments

On parserDidEndDocument: is it possible to get the position/byte-offset that the document ended on?

I'm trying to parse several XML documents from the same socket. They are not delimited so in order to parse the next document I need to know where the current document finished parsing.

TheoA avatar Aug 23 '10 11:08 TheoA