2 <xsl:stylesheet xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform" version=
"1.0">
4 <xsl:import href=
"xslt-import-depth-general.xsl"/>
6 <xsl:output method=
"html"/>
8 <xsl:template match=
"/page">
10 <head><title><xsl:value-of select=
"title"/></title></head>
11 <body><xsl:apply-templates/></body>