xsl-list
[Top] [All Lists]

Testing for Missing or Empty Tags

2004-01-08 07:12:32
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



<Prev in Thread] Current Thread [Next in Thread>