RE: [xsl] Removing tags automatically efter xsl transformation!

Subject: RE: [xsl] Removing tags automatically efter xsl transformation!
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 7 Aug 2001 13:45:23 +0100
> I want to remove tags like <tag/> (without any child and 
> string-length of
> zero) from my output.

<xsl:template match="*[not(node())]"/>

Mike Kay
Software AG

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


Current Thread