[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



