I don't know here is the right place to post this question, but I can't find any in this mailing list or xerce-j documents how to get the HTMLDocument.
Only I can find is DOM HTML is not implemented currently, but there's DOM HTML package in the API docs and source codes (org.apache.html.dom). I'm using DOMParser and I wanna check out everything's ok when I access DOM objects. In addition, wanna fix or add something to fit my project. I found HTMLBuilder class in org.apache.html.dom, but I got null when I called HTMLBuilder's getHTMLDocument(). It may sound quite silly but, Is the SAXParser which initiates HTMLBuilder, not DOMParser? And how can I get DOM Tree (esp, HTMLDocument)? Thanks in advance.
