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

Re: Calling a template before any other templates

Subject: Re: Calling a template before any other templates
From: Peter Desjardins <peter.desjardins.us@xxxxxxxxx>
Date: Wed, 11 Apr 2012 13:47:16 -0400
Re:  Calling a template before any other templates
That does help, thank you!

I was hoping to write some XML to that file and then read from it. I
didn't think that the processor would wait until the entire
transformation was complete before writing the file.

But if I can hold the same XML information as a nodeset in a variable,
I guess I can read from that nodeset just as well.

I appreciate the help.

Peter

On Wed, Apr 11, 2012 at 1:37 PM, G. Ken Holman
<gkholman@xxxxxxxxxxxxxxxxxxxx> wrote:

> You can do the following in order to put the first template into a
structure
> you can then access later as a parameter:
>
>  <xsl:template match="/">
>    <xsl:apply-templates>
>      <xsl:with-param name="myStuff" tunnel="yes">
>        <xsl:call-template name="blah"/>
>      </xsl:with-param>
>    </xsl:apply-templates>
>  </xsl:template>
>
> Then, in your match of any construct you can have:
>
>  <xsl:template match="x">
>    <xsl:param name="myStuff" tunnel="yes"/>
>
>    .... $myStuff/y/z ....
>  </xsl:template>

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.