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

<xsl:choose>

Subject: <xsl:choose>
From: "Reich, Eric" <ereich@xxxxxxxxxxxxxx>
Date: Wed, 15 Nov 2000 10:11:35 -0500
xsl choose logic
Hello, All:

I am trying to implement the <xsl:choose> logic into a file. What I am
hoping to achieve is that if default ='s "false" then it renders false.
If default ='s "true", then it renders true. And, if default ='s "", then
it renders null. 

My code, so far, is as follows:
========================================================
<ATTRIBUTE>
	<NAME>Default</NAME>
	<VALUE>
	<xsl:value-of select="@default"/>
		<xsl:variable name="default">
		<xsl:choose>
			<xsl:when test="@default">
				<xsl:value-of select="@default"/>
			</xsl:when>
			<xsl:otherwise>false</xsl:otherwise>
		</xsl:choose>
	</xsl:variable>
	</VALUE
</ATTRIBUTE>
=========================================================
Am I on the right track, here? What suggestions do you all have that
I should try instead?

Your help, as always, is greatly appreciated. Many thanks...

Eric


 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.