Hi Dear,
i am totally lost in this error:
org.apache.harmony.xml.ExpatParser$ParseException: At line 1, column
0: not well-formed (invalid token)
i have spent the whole day trying to figure out why i am getting this
error but not seems to have any luck
here is the faulty code android doesn't like
Xml.parse(is, Xml.findEncodingByName("UTF-8"), handler);
as far as i know, nothing wrong in the xml below in my sdcard.
<?xml version="1.0" encoding="utf-8"?>
<download>
<file id="page1"/>
<file id="page2"/>
<file id="page3"/>
</download>
please anybody help me out
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---