I don't want it to "fix" my code (which is not even an entire page, it's a string passed to my method [in which I will utilize HAP], which contains a portion of the page). I just want it to load the html given to it, make the manipulations I specify and spit out the result. I don't want to know about errors or anything it finds odd or have it think itself smart and impulsively "fix" (ie: break) my html.
Is this possible?
Is this possible?