KissXML
KissXML copied to clipboard
DDXMLDocument initWithRootElement missing
I would like to see the methods relating to DDXMLDocument initWithRootElement added that were in a patch at http://code.google.com/p/kissxml/issues/detail?id=29.
+1
I would as well. I tried applying the old patch and there appears to be a memory issue. I'm getting an EXC_BAD_ACCESS when xmlFreeDoc(doc) is called in -[DDXMLNode dealloc] when my document is dealloc'ed in the auto release pool.
+1 Or any other way to write DDXMLDocument
I referenced this issue and got it working.
You can pull from my repo: https://github.com/lxcid/KissXML
I didn't send a pull request yet is because I haven't written any unit tests for the changes.