Chris Garrett
unread,Apr 24, 2008, 1:12:37 PM4/24/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nyc-iphone...@googlegroups.com
Hi all,
I'm trying to parse a SOAP response using the libxml2
SAX parser. It is horribly slow on the phone. With only 120
relatively simple objects, it takes 20 seconds to parse. In the
emulator it is almost instant.
I stripped out all of my object creation code from my parser
handler, and just let it parse without doing anything, so it is
definitely an issue with the parser itself, the XML, or my usage of the
parser. I have basically copied the code from the SeismicXML example.
Anyone else come across this?
Chris