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

<!-- ============================= imports ============================= -->

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

<xsl:output
method="xml"
doctype-system="about:legacy-compat"
encoding="utf-8" 
indent="yes"
omit-xml-declaration="yes"/> 

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

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

<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 charset="utf-8"/>
<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>
