AlanQuatermain/aqtoolkit

StreamingXMLParser: Getting Byte Position on End of Document?

TheoA opened this issue · 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.