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

can you nest xsl:if with in xsl:choose/when?

Subject: can you nest xsl:if with in xsl:choose/when?
From: "Medina, Edward" <emedina@xxxxxxx>
Date: Tue, 4 Apr 2000 08:56:23 -0400
nest xsl choose
Yes me again!

Here I am trying at the old code that I sent out, and then figured out 
how to fix it.  Now I'm trying to nest xsl:if within the
 
<xsl:template match="text">
<xsl:choose>
	<xsl:when test="contains(//image/@attribute,'value')">
		<xsl:if test="contains(@attribute1,'value1')">
		</xsl:if>
	</xsl:when>
	<xsl:otherwise>
	</xsl:otherwise>
</xsl:choose> 
</xsl:template>

(Mind you it could be the code writer, but it seems as if its ignored and
not
recognized)  It could be that since the text with attribute1, and value1 is 
physically before the image with attribute, and value.  That xsl is not 
able to capture the information.  I'm not sure if it works on a top down
system, or what it actually does.

Ok. I'll shut up now.

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.