[xsl] Re: XPath help

Subject: [xsl] Re: XPath help
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Fri, 7 Sep 2001 07:04:59 -0700 (PDT)
> try
> 
> [not(a) or not(b)]
> 
> u may have to explicitly say test the name() of the current element.

Hmmm... this is equivalent to [true()],

probably you meant:

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


Cheers,
Dimitre Novatchev.

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

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


Current Thread