RE: [xsl] checking blank

Subject: RE: [xsl] checking blank
From: "Dunning, John" <JDunning@xxxxxxxxx>
Date: Fri, 9 Nov 2001 14:39:22 -0500
Try
<xsl:if test="string-length()='0'">
	(blank value)
</xsl:if>

John

-----Original Message-----
From: Vikram Kumar [mailto:vikram_good_boy@xxxxxxxxx]
Sent: Friday, November 09, 2001 2:21 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] checking blank


Hi

I want to check if there any values is blank.How to
trap that?

Thanks

Vikram

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


Current Thread