Tuesday, January 17, 2012

android:Can I read an xhtml file with xmlparser?


I need to read an XHTML file with an Android app. How can I do it? Should I use xmlparser, like an xml file?


1 comment:

  1. A well-formed xhtml document is itself an xml document, so the answer is yes.

    ReplyDelete