<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "../../dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <title>Zvon XHTML Reference Example</title>
   </head>
   <body>


      <h1>Table of Contents</h1>

      <p>
         <a href="#section1">Introduction</a>
         <br/>

         <a href="#section2">Some background</a>
         <br/>

         <a href="#section2.1">On a more personal note</a>
         <br/>

         <em>...the rest of the table of contents...</em>
      </p>

      <p>
         <em>...the document body...</em>
      </p>

      <h2>
         <a name="section1">Introduction</a>
      </h2>

      <p>
         <em>...section 1...</em>
      </p>

      <h2>
         <a name="section2">Some background</a>
      </h2>

      <p>
         <em>...section 2...</em>
      </p>

      <h3>
         <a name="section2.1">On a more personal note</a>
      </h3>

      <p>
         <em>...section 2.1...</em>
      </p>


   </body>
</html>