Boggiano4Flyzik
New Member
Im trying to parse an xml whit XmlPullParser, what starts like this:\[quote\] \[code\]<ArrayOfApplications xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\[/code\]\[/quote\]but I got this error:\[quote\] .xmlpull.v1.XmlPullParserException: Unexpected token (position:TEXT @1:2 in java.io.BufferedReader@415af968)`\[/quote\]I read about it but didnt got any usefull. I think there will be the problem around the "xmlns:xsd" and "xmlns:xsi"...Any idea how to resolve this issue?