<?xml version="1.0"?>
<html>
  <head>
    <title>Here is a document</title>
  </head>
  <body>

    <?toc?>  <!-- add the Table-of-Contents here -->

    <div class='section'>
      <p>Here is a section</p>

      <p>With some text</p>

      <div class='section'>
        <p>Here is a subsection</p>

        <p>Also with text</p>
      </div>
    </div>

    <div class='section'>
      <p>More Sections</p>
      <p>Still more text</p>
    </div>
  </body>
</html>

