xsl-list
[Top] [All Lists]

RE: XPath Language Tokens(jaxen)

2003-06-30 10:45:16

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



<Prev in Thread] Current Thread [Next in Thread>