You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: