RE: Exclusion in path

Subject: RE: Exclusion in path
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 4 Oct 2000 18:53:03 +0100
> Is it possible to use an XPATH in an XSL match
> to get all nodes that are not FOO?
> 
> <xsl:template match="/ROOT/not('FOO')>

The kind of thing you are looking for is:

match="root/*[not(self::FOO)]"


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


Current Thread