Subject: RE: Testing for Missing or Empty Tags
From: "Schwartz, Rechell R, ALABS" <rrschwartz@xxxxxxx>
Date: Thu, 8 Jan 2004 10:22:52 -0600
|
Do you mean <xsl:if test="not string(Tag)"> for missing data?
-----Original Message-----
From: Vasu Chakkera [mailto:vasucv@xxxxxxxxxxx]
Sent: Thursday, January 08, 2004 6:51 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Testing for Missing or Empty Tags
<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: 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
|