Tagged Questions

1
vote
1answer
154 views

“Could not find a suitable SAX2 parser” when i try parsing XML with XOM Tutorial

I'm trying to find a simple way to get XML content in my Android app. I gave XOM a try. Creating XML is no problem, but when i try to parse some... the emulator crashes with a force close. I have no ...
1
vote
1answer
991 views

Tagsoup and XOM on android

Can i use Tagsoup and XOM on android 1.6 without any performance problems ?
0
votes
1answer
50 views

Write soap XML using XOM

I'm trying to write a soap mesage with: <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ...
0
votes
2answers
2k views

How to parse (non well-formed) HTML in android?

How to parse non well-formed HTML in android ? I tried to use XOM and TagSoup, but i get the following error when creating the Builder: 11-26 20:42:39.294: ERROR/dalvikvm(1298): Could not find ...