Hi all,

I tried looking for a solutio on web but no luck, here is the error I
get, and the XML is below. I tried with and withoud the first line (<?
xml version="1.0" encoding="UTF-8"?>) but no change?? Same code I
wrote works on a simpler XML file where there is only one line
written. Any ideas? I saw that many people had problems when they had
characters like & and other but I have none of those??

Error: At line 1, column 2: not well-formed (invalid token)


_________________XML code below__________________
<?xml version="1.0" encoding="UTF-8"?>
<podaci>
<lokacija>
<img>0001.jpg</img>
<ico>0001.ico</ico>
<title>Prvi</title>
<lat>45796793</lat>
<long>15960989</long>
<audio>0001.wma</audio>
</lokacija>
<lokacija>
<img>0002.jpg</img>
<ico>0002.ico</ico>
<title>Drugi</title>
<lat>45813666</lat>
<long>15973778</long>
<audio>0002.wma</audio>
</lokacija>
<lokacija>
<img>0003.jpg</img>
<ico>0003.ico</ico>
<title>Treci</title>
<lat>45797092</lat>
<long>16017380</long>
<audio>0003.wma</audio>
</lokacija>
</podaci>


Thanks for the help!

-- 
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