packages feed

hxt-9.1.0: examples/arrows/hparser/lousy.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>A HTML Documents with some Errors</title>
  </head>

  <body>
    <h1>HTML
    <h2>html
	<p>some text and a &xxx;
	  <p>more text
      &apos; &apos; &apos; &yyy
      &unknown;
      &#65; &#66
      &#x41;
      &Auml;
	    </p
    <img alt='&lt; &yyy; &gt;' src="abc.gif">
    <table border>
    <tr><td>1<td>2<td>3
    </table>

    <xxx>xxx</xxx>
    <? abc + xyz ?>
    <yyy a=b/>
      <![CDATA[a CDATA
      section with some unescaped chars
      ><&"'
      end CDATA]]>
    <hr>
      &Auml; &Ouml; &Uuml; &#65;
    <address><a href="mailto:uwe@muehle.welt.all">Uwe
		Schmidt</a></address>
<!-- Created: -- Tue Apr 29 16:07:57 CEST 2003 -->
<!-- hhmts start -->
Last modified: Thu Feb  3 13:27:19 CET 2011
<!-- hhmts end ->
</html>