Stories
Slash Boxes
Comments

SoylentNews is people

The Fine print: The following are owned by whoever posted them. We are not responsible for them in any way.

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.

Display Options Threshold/Breakthrough Reply to Comment Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.