Subject: RE: XPath Language Tokens(jaxen)
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Mon, 30 Jun 2003 18:45:16 +0100
|
>
> What are XPath language tokens?
They are listed at http://www.w3.org/TR/xpath#exprlex
> For example how jaxen (or SaxPath,I think jaxen makes
> use of SaxPath) tokenizes XPath expressions ?
The way an implementation does tokenization is not necessarily the same
as the way the spec describes it. For example, the spec describes "$
QName" as one token, but an implementation might handle it as two (with
a special rule that no whitespace is allowed after "$").
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|