<xsl:apply-templates mode="#current"/>
<xsl:value-of select="string(.)"/>
<html>
<head>
<xsl:apply-templates select="/doc/heading"/>
</head>
<body>
<xsl:apply-templates select="/doc/para"/>
</body>
</html>
<title>
<xsl:value-of select="."/>
</title>
<p>
<xsl:apply-templates mode="inline"/>
</p>
<xsl:apply-templates mode="#current"/>
<xsl:value-of select="string(.)"/>
<em>
<xsl:apply-templates mode="#current"/>
</em>