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

RE: Parameter Scope

Subject: RE: Parameter Scope
From: "Bjorndahl, Brad" <brad.bjorndahl@xxxxxxxxxxxxxxxx>
Date: Tue, 12 Jun 2007 10:41:46 -0400
RE:  Parameter Scope
First thing, surely, is to remove the single quotes in your select.
That is: select="$pageNo"

Brad


-----Original Message-----
From: Matt [mailto:puskas.duck@xxxxxxxxx]
Sent: June 12, 2007 10:12 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  Parameter Scope

Hi all,

I need to be able to pass a pageNo parameter out of a 'lower level'
template into its peer template in the following structure:

<xsl:template match="/">
  <xsl:param name="pageNo" select="'1'"/>

  <xsl:apply-templates mode="pageLayout1">
     <xsl:with-param name="pageNo" select="'$pageNo'"/>
  </xsl:apply-templates>

  <xsl:apply-templates mode=pageLayout2">
    <xsl:with-param name="pageNo" select="'$pageNo'"/>
  </xsl:apply-templates>

</xsl:template>

Where pageLayout1 is a recursive template, it increments the page each
time, I then need to pass the final value into the 2nd pageLayout
template.

Thanks in advance for any suggestions...

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.