RE: excluding nodes from an xsl template

Subject: RE: excluding nodes from an xsl template
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 10 Jul 2000 09:10:04 +0100
> We've already tried things like
> - <xsl:template match="* and self::not(xsp)">

You want match="*[not(self::xsp)]"

Mike Kay


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


Current Thread