<html>
<head><title>An HTML+ example</title></head>
<body>
<h1>An HTML+ example</h1>
<p>This file is just a simple example of how you can enrich an HTML document with some additional tags that will be processed to create the final html document</p>
<p>The document is processed by the <a href="xml2html1.pl">xml2html1</a>script, which uses some of the basic <package>XML::Twig</package> methods, such as <method>set_gi</method>, <method>text</method>, <method>insert</method> and <method>set_att</method> along with the <option>TwigRoots</option> and <option>TwigPrintOutsideRoots</option> options.</p>
<p>The new tags are: <tag>method</tag>, <tag>tag</tag>, <tag>package</tag> and <tag>example</tag>.</p> 
<example>xml2html1.pl</example>
<hr/>
</body>
</html>
