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

Re: the difference between xsl:variable and xsl:param

Subject: Re: the difference between xsl:variable and xsl:param
From: Corey_Haines@xxxxxxxxxxxxxxx
Date: Tue, 12 Feb 2002 09:57:34 -0500
difference between param and variable
> > Secondly, can anyone tell me
> >how to pass a variable to an xsl (e.g. <xsl:template
> >match=".//c="?variable"/> where as ?variable is pass down to the 
stylesheet
> >through javascript.
>
> I am not sure what you are trying to do with that match pattern.  What
> do you think it means?
>
> Given something like
>
> <xsl:stylesheet ...>
>    <xsl:param name="variable" />
>    <xsl:template match="c[. = $variable]" ...

>Unfortunately, variables aren't allowed inside of match patterns.
>I.e. Kit needs something like

><xsl:param name="variable" />
><xsl:template match="c">
>  <xsl:if test=".=$variable"> ...

Or, you could use the variable when you do the select for applying 
templates.

<xsl:apply-templates select="c[. = $variable]" />

-Corey


 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.