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

<xslt:stylesheet version="1.0"
				xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
				xmlns="http://www.w3.org/1999/xhtml"
				xmlns:doc="http://www.linkwerk.com/namespaces/2005-02-03/xsltdoc/output/"
				xmlns:xsltdoc="http://www.linkwerk.com/namespaces/2005-02-03/xsltdoc/"
                >

   <!-- ====================================================
        xsltdoc-html.xslt, (c) 2005 Linkwerk.com, Stefan Mintert, All rights reserved.
        Check http://www.linkwerk.com/pub/xslt/lib/xsltdoc/ for legal information.
        In no case may this copyright notice be removed.

        $Revision: 1.3 $
        ====================================================
   -->

	<xslt:include href="xml2html.xslt"/>
        <xslt:include href="xsltdoc.xslt"/>


	<xslt:template name="xsltdoc-start">
                <xslt:comment>Generated by xsltdoc-html.xslt, (c) Linkwerk.com 2005, Do not remove this copyright note, www.linkwerk.com/pub/xslt/lib/xsltdoc/</xslt:comment>
               <html>
                <head><title>XSLTDOC</title>
			<link rel="stylesheet" type="text/css" href="xml2html.css" /></head>
                <body>
                        <xslt:call-template name="xml2html-start"/>
                        <div class="xsltdoc comment copyright">&lt;!-- Generated with <a href="http://www.linkwerk.com/pub/xslt/lib/xsltdoc/">xsltdoc-html.xslt</a>, Linkwerk.com --&gt;</div>
                </body>
               </html>
	</xslt:template>

</xslt:stylesheet>
