Re: [xsl] Testing for Missing or Empty Tags

Subject: Re: [xsl] Testing for Missing or Empty Tags
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Thu, 8 Jan 2004 15:50:34 -0800

<xsl:if test="string(Tag)>
should do the job

----- Original Message ----- 
From: "Schwartz, Rechell R, ALABS" <rrschwartz@xxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
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


Current Thread