|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] multiple passes dont work
Hi, I know i've asked a quite similar question recently but i can't seem to realize this. I want to have one Stylesheet do do a few passes. (isntead of using more than one stylesheet). I did this: <xsl:variable name="pass2"> <xsl:apply-templates select="node()"/> </xsl:variable> <xsl:template match="* | processing-instruction()"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates/> </xsl:copy> </xsl:template> <xsl:template match="* | processing-instruction()" mode="second"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates/> </xsl:copy> </xsl:template> <xsl:template match="/"> <xsl:apply-templates select="$pass2" mode="second"/> </xsl:template> There are also a couple of templates that actually do something. Most oft hem have no mode definend (for the first pass) and 1 of them has mode="second". Unfortunately the result looks just like it would look after the first pass. What am I doing wrong ?! Kind regards . . . . . . . . . . . . . . . . . . . . . . . . . . Patrick Szabo XSLT-Entwickler LexisNexis Marxergasse 25, 1030 Wien mailto:patrick.szabo@xxxxxxxxxxxxx Tel.: +43 (1) 534 52 - 1573 Fax: +43 (1) 534 52 - 146
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








