test_htmlb
Good document (no ignore)
<?xml version="1.0"?>
<HTML>
<P>I prefer (all things being equal) regularity/orthogonality and logical
syntax/semantics in a language because there is less to have to remember.
(Of course I <EM>know</EM> all things are NEVER really equal!)
</P><P CLASS='source'>Guido van Rossum, 6 Dec 91
</P><P>The details of that silly code are irrelevant.
</P><P CLASS='source'>Tim Peters, 4 Mar 92
&amp; &lt; &gt;  &ouml; &nbsp;
</P></HTML>
Good document (ignoring mismatched end tags)
<?xml version="1.0"?>
<HTML>
<P>I prefer (all things being equal) regularity/orthogonality and logical
syntax/semantics in a language because there is less to have to remember.
(Of course I <EM>know</EM> all things are NEVER really equal!)
</P><P CLASS='source'>Guido van Rossum, 6 Dec 91
</P><P>The details of that silly code are irrelevant.
</P><P CLASS='source'>Tim Peters, 4 Mar 92
&amp; &lt; &gt;  &ouml; &nbsp;
</P></HTML>
Bad document (no ignore)
Exception raised for bad HTML
Bad document (ignoring mismatched end tags)
<?xml version="1.0"?>
<HTML>
Interdigitated <B>bold and <I>italic</I></B> tags.&amp; &lt; &gt; &eacute; &ouml; &nbsp;
</HTML>
