Templates

<xsl:template match="/" priority="1"
              name="wurzel" mode="mode1">
  <html>
    <head>
      <title>Beispiel</title>
    </head>
    
    <body>
    </body>
  </html>

</xsl:template>