Hey all
I have a simple xml doc.. it is well formed and passes correctly when using:
xmlData = [[NSXMLParser alloc] initWithContentsOfURL:xmlURL ];
Over WiFi or 3G.
However I receive a NSXMLParserPrematureDocumentEndError when using G1.
I'm thinking the slower connection somehow cuts off the xml document after some time but can't find any help on the issue.
Any advice greatly appreciated.
Thanks