<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet 
version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">


<xsl:output 
method="html" 
doctype-public="-//W3C//DTD HTML 4.01//EN" 
doctype-system="http://www.w3.org/TR/html4/strict.dtd"
indent="yes"
encoding="utf-8"/>

<!-- ============================= variables ============================= -->

<!-- ============================= templates principal ============================= -->

<xsl:template match="/">
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title></title>
<link rel="stylesheet" type="text/css" href=""/>
<meta name="generator" content=""/>
<meta name="author" content=""/>
<meta name="copyright" content=""/>
<meta name="subject" content=""/>
<meta name="description" content=""/>
<meta name="keywords" content=""/> 
</head>

<body>

</body>
</html>
</xsl:template>

</xsl:stylesheet>
