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

RE: changing the value of a parameter

Subject: RE: changing the value of a parameter
From: "Daniel Newman" <daniel.newman@xxxxxxxxxxx>
Date: Mon, 16 Jul 2001 14:46:05 +0100
xsl param changing parameter value
I assumed this was what I had to do, just thought I could do something else,
by using less code.

But never mind, it's working now.

Thanks,
Daniel.

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Oliver Becker
Sent: 16 July 2001 14:31
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  changing the value of a parameter



> <xsl:template name="AddGoButtons">
> 	<xsl:param name="Action" />
> 	<xsl:param name="Color" />
> 	<xsl:param name="Name" select="substring-before($Name, "'")" />
> 	<!-- Now $Name would give me everything before its first apostrophe. -->
> </xsl:template>
>
> Is this possible? Otherwise I'm going to have to change this value
> everywhere I pass it to the template.

Create a new variable within your template:
<xsl:variable name="Name1" select="substring-before($Name, "'")" />
No need to change the passed value in the calls for this template.

Cheers,
Oliver

/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


 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.