| 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 | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: Exclusion in path, Jeni Tennison | Thread | RE: Exclusion in path, Lee Goddard | 
| RE: Selecting all descendants with , Kay Michael | Date | RE: Including JavaScript, Kay Michael | 
| Month |