XSL stylesheet 4

<xsl:stylesheet 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>