This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Counting non-empty elements


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]