sax = xml.sax
parser = sax.make_parser()
print parser
print "Parsing good.html"
parser.parse( "TestData/good.html" )
print "Parsing bad.html"
parser.parse( "TestData/good.html" )
===
But seriously folks - I've found a 100% bugs in the W3C HTML5 validator - it doesn't catch a certain unclosed tag. It also doesn't catch a bad entity, but I don't know maybe HTML 5 is OK with ampersands that mark the start of a query parameter.
I'll report this later today.
(Score: 2) by MichaelDavidCrawford on Sunday September 23 2018, @02:48AM
Our customer service personnel will respond to your request in the order that it was received.
Yes I Have No Bananas. [gofundme.com]