Issue 33: Support for incremental XML parsing
Status:  Fixed
Owner: ----
Closed:  Sep 2008
Reported by macmegas...@gmail.com, Sep 27, 2008
In TouchXML use xmlRecoverMemory instead of xmlParseMemory in initWithData
so passing it an incomplete XML document (like from
connection:didReceiveData:) will still return a partial document instead of
nil.
Sep 28, 2008
Project Member #1 jwight
Thanks adopted in in r211.

Interesting API to use. All unit tests pass still.
Labels: TouchXML
Sep 28, 2008
Project Member #2 jwight
(No comment was entered for this change.)
Status: Fixed