<!-- the body tag has no influence here, we add it for good style. --> <body> </body> </xsl:template> <!-- ============================= HTML HEAD this section should not be changed ================================== --> <xsl:template name="head"> <head> <title> <xsl:value-of select="/session/general-info/@title"/> </title> <!-- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> --> <meta HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8"/> <meta name="description" content="{/session/general-info/@description}"/> <meta name="keywords" content="{/session/general-info/@keywords}"/> <meta name="author" content="{/session/general-info/@author}"/> <meta name="email" content="{/session/general-info/@email}"/> <meta name="copyright" content="{/session/general-info/@copyright}"/> <!-- create date? update date? fav icon? --> <link href="style.css" rel="stylesheet" type="text/css"/> </head> </xsl:template> </xsl:stylesheet>