My SaxParser implementation throws sometimes a
org.apache.harmony.xml.ExpatParser$ParseException: At line 1, column 0: no element found
Except
I've found the solution. The problem was not the XML-Parser, but the buggy implementation of NSURLConnection. I switched to HttpClient and the problem vanished.
More infos here: HttpClient and here: HttpURLConnection responsecode is randomly -1