RE: [xsl] XPath help

Subject: RE: [xsl] XPath help
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 7 Sep 2001 16:51:04 +0100
> What XPath do I use to specify "elements which are neither 
> <a> nor <b>"?

*[not(self::a or self::b)]

Mike Kay 

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


Current Thread