Hi,

I am trying to parse an xml file from the /sdcard/... directory using
the XmlPullParser. For a file containing a mixture of Czech and
Japanese (czech national chars + kana + kanji) I am getting exception:
position:END_TAG so that it looks that the parser cannot recognize
tags properly. I have tried a few configurations:

1) no android, java and the xpp3-1.1.4b_all.tgz - works for all cases,
also other parsers are ok
2) android and the xml as a resource stream inside the archive - works
3) android and the xml located at the sdcard - FAILS! (also it seems
it depends on the order of chars inside the xml)

All files are published at ezach.cz/parsertest.tgz, the xml is android/
test/test.xml.

I will appreciate any help as I am getting a bit frustrated and cannot
fully enjoy my new phone with Android :-) Thanks,

Jan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to