Re: [xsl] value of variable inside a condition doesn't work?

Subject: Re: [xsl] value of variable inside a condition doesn't work?
From: S Woodside <sbwoodside@xxxxxxxxx>
Date: Tue, 28 Jan 2003 15:33:06 -0500
It's so wonderfully backwards. Whoever thought of a variable that contains a choose statement? :-)

simon

On Tuesday, January 28, 2003, at 02:20 PM, Dunning, John wrote:

<xsl:variable name="stadt">
	<xsl:choose>
		<xsl:when test="($lang)='1' ">Stadt</xsl:when>
		<xsl:when test="($lang)='2'">city</xsl:when>
	</xsl:choose>
</xsl:variable>

---
www.simonwoodside.com


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



Current Thread