HtmlParserSharp
HtmlParserSharp copied to clipboard
.NET port (C#) of the Validator.nu HTML Parser (http://about.validator.nu/htmlparser/)
Results
2
HtmlParserSharp issues
Sort by
recently updated
recently updated
newest added
I'm getting the following exception thrown when the HTML element contains the XMLNS attribute (in XHTML document): ``` Unhandled Exception: System.ArgumentException: The namespace declaration attribute has an incorrect 'namespaceURI': ''....
It would appear that the DOM Tree generated by the SimpleHtmlParser does not (for some reason I haven't been able to figure out) support any XPath functionality other than "//*"....