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

Attribute test problem solved

Subject: Attribute test problem solved
From: "Medina, Edward" <emedina@xxxxxxx>
Date: Thu, 13 Apr 2000 08:11:34 -0400
problem solved test
Hello there!

I solved my attribute test in the following manner

<xsl:choose>
	<xsl:when test="//@secur.classif='P'">
		<xsl:text>PRIORITY</xsl:text>
	</xsl:when>
	<xsl:otherwise>
		<xsl:choose>
			<xsl:when test="//@secur.classif='F'">
				<xsl:text>FAST</xsl:text>	
			</xsl:when>	
			<xsl:otherwise>
			<xsl:choose>
				<xsl:when test="//@secur.classif='R'">
					<xsl:text>ROUTINE</xsl:text>
				</xsl:when>	
				<xsl:otherwise>
			         		<xsl:text>SLOW</xsl:text>
				</xsl:otherwise>
			</xsl:choose>
			</xsl:otherwise>
		</xsl:choose>
	</xsl:otherwise>
</xsl:choose> 

I tried what Mike Kay sent me, but could not make it work,
with my situation.  Would there be a simpler way to test than 
this since I have to repeat this process with other priorities 
about five more times.

Any help is appreciated.

Thanks,

Eddy


 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.