Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
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?
A well-formed xhtml document is itself an xml document, so the answer is yes.
ReplyDelete