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

Re: Why Are My Tunnel Parameters Not Working?

Subject: Re: Why Are My Tunnel Parameters Not Working?
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Thu, 6 Mar 2008 16:32:22 +0100 (CET)
Re:  Why Are My Tunnel Parameters Not Working?
Eliot Kimber wrote:

>    <xsl:template match="/">
>      <xsl:apply-templates>
>        <xsl:with-param name="baseOutDir"
>              select="$outdirVar"
>              tunnel="yes"
>              as="xs:string"/>
>      </xsl:apply-templates>
>    </xsl:template>

>      <xsl:variable name="targetDoc"
>           select="document($targetUrl, .)"
>           as="document-node()?"/>

>        <xsl:apply-templates select="$targetDoc">
>          <xsl:with-param name="baseOutDir"
>               select="$newBase" tunnel="yes" as="xs:string"/>
>        </xsl:apply-templates>

  The way you set another value for the tunnel parameter is when you
apply templates to $targetDoc, a document node.  So the template rule
matching "/" is applied.  And it sets in its turn the tunnel parameter
to the value of a global variable (so always the same value.)

  I am not sure what exactly you need in your exact transform, but the
following should work I guess:

    <xsl:apply-templates select="$targetDoc/*">

  Regards,

--drkm
























      _____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

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.