Edit

kc3-lang/libxml2/test/HTML/liclose.html

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-10-14 09:10:25
    Hash : 7c1206fc
    Message : Revamped HTML parsing, lots of bug fixes for HTML stuff, Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel

  • test/HTML/liclose.html
  • <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
                          "http://www.w3.org/TR/REC-html40/loose.dtd">
    <html>
    <head>
      <title></title>
    </head>
    <body>
    <ul>
    <li>First item
    <li>Second item, closes the first one
    </ul>
    
    </html>