[android-developers] Re: xmlpullparser does not work

2009-10-15 Thread Stefan
thanks for your answer, i test XMLPullParser and SaxParser and i saw, that xmlpullparser and SaxParser have the same performance (sax is a little bit faster, but i thought, that the xmlpullparser will be faster in future sdks. But now I have a look to your page and this looks good. So thank you

[android-developers] Re: xmlpullparser does not work

2009-10-15 Thread Smelly Eddie
Hmm. I would consider using the SAX parser, and creating a custom handler to handle the xml. I think i made that suggestion in one of your previous posts. SAX is generally acknowledged as the faster option than PULL. Not only is the above code very difficult to decipher, but it will make mainten

[android-developers] Re: xmlpullparser does not work

2009-10-15 Thread Stefan
I have forgot the gpx/xml-file: http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://www.topografix.com/GPX/1/1"; version="1.1" creator="Stefan Dahmen" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd";> HUHU