RE: Identifying empty elements

Subject: RE: Identifying empty elements
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 9 Nov 2000 19:12:28 -0000
> <SOME_TAG/>
> <SOME_TAG  SOME_ATTRIBUTE="some_value"/>
> <SOME_TAG>    </SOME_TAG>
> <SOME_TAG>some_text_here</SOME_TAG>
> 
> For my purpose  all but the last one above are empty elements 
> and need to be ignored.

<xsl:if test="not(normalize-space(.))"/>

Mike Kay
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread