XSL stylesheet 4

<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<xsl:include href="id2.xsl"/>
<xsl:template match="/*/*">
<EM>
<xsl:apply-imports/ >
</EM>
</xsl:template>
</xsl:stylesheet>