[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Counting non-empty elements


Subject: RE: [xsl] Counting non-empty elements
From: Sergej <dibona@xxxxxxxxxxxxx>
Date: Wed, 13 Mar 2002 16:47:19 +0100

At 13/03/2002 10.15, you wrote:
Try

<xsl:if test="string(itemDesc)">

-kevin

My test works fine! The difference between 'string' and 'normalize-space' is that in the second case the strings composed by only spaces are not taken into account.
But changing the test of course I don't change the number to write down in the document.


Sergej


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




Current Thread