[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: multiple passes dont work

Subject: Re: multiple passes dont work
From: Michel Hendriksen <michel.hendriksen@xxxxxxxxx>
Date: Fri, 18 Feb 2011 11:51:00 +0100
Re:  multiple passes dont work
Hard to say as there is nothing in here to do something...

On Fri, Feb 18, 2011 at 11:47 AM, Szabo, Patrick (LNG-VIE)
<patrick.szabo@xxxxxxxxxxxxx> wrote:
> 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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.