Sorry if this question has been asked and answered in the past. Was wondering if it was possible to disable the HAP from correcting any nodes within an HTML document.
In my application, I don't care if the markup passed into an HtmlDocument is syntactically correct or not. I would like it left intact, as-is, when loaded.
I simply want to be able to perform XPath searches on whatever the HAP finds as valid markup, keeping the original markup intact. Is this possible?
Thanks in advance