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

passing parameter to template

Subject: passing parameter to template
From: ChivaBaba@xxxxxxx
Date: Wed, 29 May 2002 10:03:18 EDT
pass parameter template
Hi folks,

I'm facing a problem while trying to pass a parameter to a template. The corresponding xsl-code is the following:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  
<xsl:apply-templates select="exsl:node-set($tools)">
 <xsl:with-param name="sort">
  <xsl:value-of select="$sort_dir"/>
 </xsl:with-param>
</xsl:apply-templates>
..
..
 <xsl:template match="tool">
  <xsl:param name="sort"/>
...
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

My param "sort" is empty!! How can I pass the value to my template?????
(when I use <xsl:apply-templates select="tool"> then it works but I have to use the variable "tools"!!)

Many thanks for any help,

Stefan

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.