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]

RE: checking blank


Try
<xsl:if test="string-length()='0'">
	(blank value)
</xsl:if>

John

-----Original Message-----
From: Vikram Kumar [mailto:vikram_good_boy@yahoo.com]
Sent: Friday, November 09, 2001 2:21 PM
To: xsl-list@lists.mulberrytech.com
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


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