<?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>

      <form method="post" action="http://www.zvon.org/cgi-bin/forms/bin/searchReference.py">

         <p>

            <input size="20" name="value"/>

            <input type="submit" value=" Search "/>

         </p>

         <p>


            <input type="radio" name="select" value="Glossary" checked="checked" id="Glossary"/>

            <label for="Glossary">XML Glossary</label>
            <br/>


            <input type="radio" name="select" value="Namespaces" id="Namespaces"/>

            <label for="Namespaces">XML Namespaces</label>
            <br/>


            <input type="radio" name="select" value="XSLT" id="XSLT"/>

            <label for="XSLT">XSLT Reference</label>
            <br/>


            <input type="radio" name="select" value="RE" id="RE"/>

            <label for="RE">Regular Expressions</label>
            <br/>


            <input type="radio" name="select" value="CSS1" id="CSS1"/>

            <label for="CSS1">CSS1 Reference</label>

         </p>

      </form>

   </body>
</html>