Hi,

I am about writing an application for Android. It should parse an XML
file which is an internet resource. As Android does not support XPath
I did some research and found the same article as mentioned above.
Sadly, I can't get it to work. After instantiating the SAXReader the
application debugging stops:

...
URL url = new URL(Url);
SAXReader reader = new SAXReader(); // Here debugging stops/goes to
Walhalla without exception
Document xmlDoc = reader.read(url);
...

Does anybody know what I did wrong or what could be wrong?

Thanks in advance!
T.

P.S.: I posted my question in the article, sorry about that. But I
thought that this group is the very right place for the question...

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