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

What is wrong with this?

Subject: What is wrong with this?
From: "Khalid"<k_ali@xxxxxxxxxxxxxxx>
Date: Tue, 22 Jan 2002 22:01:43 GMT
 What is wrong with this?
Hello,
can some one please let me know what is wrong with the code below.

	
<xsl:template match = "distribution-transport-load">
<xsl:call-template name = "get-supply-total">
<xsl:with-param name = "supplyroot" select = "."/>
</xsl:call-template>
		
</xsl:template>
	
	
<xsl:template name = "get-supply-total">
<xsl:param name = "supplyroot"/>
<xsl:choose>
<xsl:when test = "$supplyroot">
<xsl:variable name = "first" select= "$supplyroot[1]"/>
<xsl:variable name = "remaining-total">
<!-- for some reasons it can not gets in this block of code,there fore does
not increment the total
-->					
					<xsl:call-template name = "get-supply-total">
						<xsl:with-param name = "supplyroot" select = "$supplyroot[position()!=1]"/>

</xsl:call-template>
</xsl:variable>
	
<xsl:value-of select = "$first/load-quantity + $remaining-total"/>
</xsl:when>
			<xsl:otherwise>0</xsl:otherwise>
		</xsl:choose>
		
	</xsl:template>

Thanks in advance

 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.