RE: [xsl] problem converting xml to excel

Subject: RE: [xsl] problem converting xml to excel
From: Jarno.Elovirta@xxxxxxxxx
Date: Fri, 12 Mar 2004 20:46:55 +0200
Hi,

> I was wondering if I can check if the string-length for a 
> element is greater 
> than 0 and then display the required results.

  <xsl:if test="string-length(element) > 0">
    ...
  </>
 
Cheers,

Jarno

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


Current Thread