There are several questions with similar titles as this one, asking about using TouchXML with HTML Tidy. But almost all of them were trying to ask how to set up Tidy.
Mine is trying to ask (if you allow me :D) how exactly I can parse HTML with TouchXML.
So
Should I only give XHTML to TouchXML for parsing?
Can TouchXML automatically convert HTML to XHTML, using Tidy? How to do it?
Should I use CXHTMLDocument to construct the docNode?
I searched lots of pages about HTML & TouchXML, but it seems nothing is really useful for how to exactly do it. I also found a tutorial page about TouchXML, but it is for XML. I also found people are talking about turning on some switch in TouchXML for HTML, could you please tell me more about where and how to do those switches?
Sorry, please forgive me being newbie. I just got totally lost.
Thanks