xsl-list
[Top] [All Lists]

Re: [xsl] Problem with count iterate values

2009-09-17 06:12:37

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. 
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--