[xsl] <xsl:apply-imports/> with select attribute

Subject: [xsl] <xsl:apply-imports/> with select attribute
From: Christian Mahnke <cmahnke.sub@xxxxxxxxxxxxxx>
Date: Thu, 19 Dec 2013 12:07:13 +0100
Hi list,
is there a way (in XSLT 2.0) to get a mix of <xsl:apply-templates
select="document($file)/> and <xsl:apply-imports/>? Something like
<xsl:apply-imports select="document($file)/>
This doesnt seem to be valid but would be very useful


Best,
Christian

Current Thread