Closed GoogleCodeExporter closed 9 years ago
The code crashes since it uses xmlParseMemory parser which also recognizes
blanks and newlines as valid xml
elements.
I have changed the parser to xmlReadMemory with XML_PARSE_NOBLANKS flag set and
the crash is gone.
You can find the patch in the attachment.
regards
Original comment by pmilosev
on 20 May 2010 at 1:11
Attachments:
Patch by pmilosev is in trunk. Please test, thanks.
Original comment by hasse...@gmail.com
on 15 Jul 2010 at 8:36
Hi,
I'm new in the iphone development, and the wsdl2objc is amazing.
I have this issue, so must I have 2 options :
1)I change the generated code of wsdl2objc ; but I will need to change it all
times
2)I apply the patch.
But I don't know how to apply it, and I don't want to make a mistake that will
break my wsdl2objc.
Must I double clic on the .patch file? will it update my wsdl2objc program ??
thanks for your help.
Original comment by tibla...@gmail.com
on 17 Mar 2011 at 10:27
Original issue reported on code.google.com by
m.haarm...@gmail.com
on 30 Mar 2010 at 1:07