I need to get a remote HTML document in my application and parse some parts of it. Since I don't want to play with parsing, which would be a lot of work, I thought about using XSLT, which would allow me to create a small XML document from HTML, and then easily read it.
Doesn't Android seem to have XSLT support? What other ways could I parse HTML without parsing the content as a simple string?
source
share