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

RE: No of Times Named Template called

Subject: RE: No of Times Named Template called
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 13 Mar 2008 10:09:18 -0000
RE:  No of Times Named Template called
> I am calling named template by passing the param value 'S' and 'N'.
> I would like to know,is there anyway to find the The No of 
> times named templated called with  'S' as value and otherwise.
> 
> This is my named template.
> 
> 	<xsl:template name="STATUS_DETECTION">
> 		<xsl:param name="my-param" />
> 		<xsl:choose>
> 			<xsl:when test="$my-param='S'">
> 		<img src="../img/success.png"/>
> 			</xsl:when>
> 			<xsl:otherwise>
> 		<img src="../img/failure.png"/>
> 			</xsl:otherwise>
> 		</xsl:choose>
> 	</xsl:template>
> 

What you're describing is a classic example of a side-effect, and XSLT
doesn't do side-effects.

The main options available are:

(a) process the input twice, once to produce the images, once to produce the
counts

(b) capture the output in a variable, and post-process it to count how many
images of each kind are present

Michael Kay
http://www.saxonica.com/

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.