RE: [xsl] dereferencing count() within comparison test

Subject: RE: [xsl] dereferencing count() within comparison test
From: "Andrew Maclean" <andyjmaclean@xxxxxxxxxxx>
Date: Fri, 23 Jan 2004 13:11:13 +0000
Please ignore my last question - my test was invalid


From: "Andrew Maclean" <andyjmaclean@xxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] dereferencing count() within comparison test
Date: Fri, 23 Jan 2004 12:56:44 +0000

Dear all,

I have a problem dereferencing the value of the count() function. Testing shows that count() evaluates to 5, and that $paramCount evaluates to 1 in the following code snippet. The loop is not enetered into, however.

<xsl:when test="$paramCount &lt; number(count(exsl:node-set($A)/derivedType)+1) ">

I can copy and paste the syntax from "(count(exsl" into a select and find out that it is indeed 5, but putting it together with the "&lt;" comparison seems to make it non-numeric. Could some one please tell me why?

Thanks a lot,

Mr Andrew Maclean

_________________________________________________________________
Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger http://www.msn.co.uk/messenger



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread