Re: [xsl] multiple passes dont work

Subject: Re: [xsl] multiple passes dont work
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx>
Date: Fri, 18 Feb 2011 11:50:15 +0100
On 2011-02-18 11:47, Szabo, Patrick (LNG-VIE) wrote:
<xsl:template match="* | processing-instruction()" mode="second">
	<xsl:copy>
		<xsl:copy-of select="@*"/>
		<xsl:apply-templates/>

Try <xsl:apply-templates mode="#current"/> here


Current Thread