Sunday, December 4, 2005

string-length()

<xsl :if test="string-length($variable)=0">

You can use the above XSLT IF statement to check whether the length of the $variable is equal to 0.

No comments: