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

Re: arguments for xsl:call-template

Subject: Re: arguments for xsl:call-template
From: Pep Coll <pcoll@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 07 Dec 2001 16:01:38 +0100
Re:  arguments for xsl:call-template
Hi Charly!
I don't understand quite well what you want, because you can do this:
<xsl:with-param name="path" select="'/report/histo/bar'" />
but you can do this ,
<xsl:with-param name="path" select="'/report/histo/@bar'" />
because you are not assigning anything to var. path and also you are doing histogram just once so the 'for-each' has no reason to be. Explain what's the purpose of this template.


At 09:38 07/12/01 -0800, you wrote:
Hi everyone.
I'm a beginner with XSL .
Does anyone of you has any idea  how to call a template and passing with a
node as argument.
I'm trying the following .

<xsl:template name="histogram">
   <xsl:param name="path" />
   <xsl:for-each select="$path">
      <xsl:value-of select="@value"/>
   </xsl:for-each>
</xsl:template>

<xsl:call-template name="histogram">
   <xsl:with-param name="path" select="'/report/histo/bar'" />
</xsl:call-template>

my XML looks like .
<report>
   <histo>
      <bar value="20" />
      <bar value="30" />
      <bar value="40" />
      <bar value="50" />
   </histo>

</report>


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


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.