aqtoolkit
aqtoolkit copied to clipboard
StreamingXMLParser: Getting Byte Position on End of Document?
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.