Using XML parser in an HTML document possible?

Cableguy

Expert
Licensed User
Longtime User
I have a html correctly defined and constructed document, that has a few dozens "fields" I need to extract info from... Can I do this with the XML parser?
If "yes", to do so, I need to add the xml header to my document, right?
 

Cableguy

Expert
Licensed User
Longtime User
I have this line in the page I need parsing
B4X:
<html xmlns="http://www.w3.org/1999/xhtml">
Will it work with this?
 
Upvote 0
Top