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

Re: Setting multiple params or variables with xsl:choo

Subject: Re: Setting multiple params or variables with xsl:choose
From: "Laurent Muchacho" <elmuchacho@xxxxxxxxx>
Date: Tue, 13 Sep 2005 13:19:32 +0100
laurent muchacho
Hi Anthony,

I think that will work

<xsl:variable name="variable_name_one">
<xsl:choose>

<xsl:when test=" test1='true'">value_one</xsl:when>

<xsl:when test=" test2='true'">value_two</xsl:when>

</xsl:choose>

<xsl:variable

Sorry but I don't know how to set up multiple variable

Laurent

----- Original Message ----- From: "Anthony Green" <agreen@xxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, September 13, 2005 1:13 PM
Subject: Setting multiple params or variables with xsl:choose




I would like to be able to set multiple variables with xsl:choose but all information I can find says its not possible.

Any suggestions or work arounds ?

<xsl:choose>
<xsl:when test1="true">
<xsl:variable name="variable_name_one" select="value_one" />
<xsl:variable name="variable_name_two" select="value_one" />
<xsl:variable name="variable_name_thre" select="value_one" />
....
</xsl:when>
<xsl:when test2="true">
<xsl:variable name="variable_name_one" select="value_two" />
<xsl:variable name="variable_name_two" select="value_two" />
<xsl:variable name="variable_name_thre" select="value_two" />
...
</xsl:when>
</xsl:choose>


Anthony Green Hemscott plc

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.