Do you mean <xsl:if test="not string(Tag)"> for missing data?
-----Original Message-----
From: Vasu Chakkera [mailto:vasucv(_at_)hotmail(_dot_)com]
Sent: Thursday, January 08, 2004 6:51 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Testing for Missing or Empty Tags
<xsl:if test="string(Tag)>
should do the job
----- Original Message -----
From: "Schwartz, Rechell R, ALABS" <rrschwartz(_at_)att(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Thursday, January 08, 2004 6:12 AM
Subject: [xsl] Testing for Missing or Empty Tags
All,
Is there a simpler/more efficient way to test for a missing tag or set of
empty tags than the following code (let's assume the XML tag name is called
"Tag").
<xsl:if test="not(Tag[1]) or Tag ='' ">
Rechell Schwartz
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list