<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="../xhtml-default.css"?>
<?xml-stylesheet type="text/css" href="xhtml2.css"?>
<?xml-stylesheet type="text/css" href="sample2.css"?>
<!DOCTYPE html SYSTEM "xhtml2proto-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
    <title>XHTML 2.0 test</title>
  </head>
  <body>
    <h>Top-level Section</h>

    <section>
      <h>Second-level Section</h>

      <p><l>This is</l> second-level section.</p>

      <section>
	<h>Third-level<l/> Section</h>

        <p>This is<l/> third-level section.</p>

        <p>
        <l>This is also third-level section.</l>
        <l>This is also third-level section.</l>
        <l>This is also third-level section.</l>
        </p>

        <p>This is still third-level section.</p>

	<section>
	  <h>Fourth-level Section</h>

	  <section>
	    <h>Fifth-level Section</h>
	  </section>
	</section>

	<section>
	  <h>Another Fourth-level Section</h>

	  <ul>
	    <li>line<l/>break</li>
 	    <li><l>line</l><l>break</l></li>
	    <li>line<l>break</l></li>
	  </ul>
	</section>
      </section>
    </section>

    <section>
      <h>Another Second-level Section</h>

      <section>
	<h>Another Third-level Section</h>
      </section>
    </section>

    <h>Aonther Top-level Section</h>

  </body>
</html>
