Re: Implementing Equality Expressions...

Subject: Re: Implementing Equality Expressions...
From: James Clark <jjc@xxxxxxxxxx>
Date: Sat, 02 Jan 1999 13:55:08 +0700
Tyler Baker wrote:

> What do you do if you are searching for an element in the source tree that
> matches "and" or "or".
> 
> For example:
> 
> [and and and]

When you tokenize this according to the rules in 2.6.2 under "Pattern
Lexical Structure", you'll get

'[' QName 'and' QName ']'


James


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


Current Thread