Re: [xsl] Problem with count iterate values

Subject: Re: [xsl] Problem with count iterate values
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 17 Sep 2009 11:11:52 +0100
The code you posted does not run as you have not defined this key.

"count(key('list_1',

and this is not well formed

	<td><xsl:value-of select="count(key('list_1', value)[code != '0']/value)"/>
				</tr>


It's more helpful to post running code, even if it gets the wrong
answer.




David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread