RE: ExprToken in XSL FO expression language
"Kay, Michael" <[email protected]>
| Newsgroups | gmane.org.w3c.xsl-editors |
|---|---|
| Message-ID | <[email protected]> |
> Paul Grosso <[email protected]> writes: > > > In XSL's expression language [1], we define ExprToken > > in production 14 [2], but a scan of the spec for > > ExprToken shows it is never referenced anywhere in > > the expression language. > > It's also funny that it's the same for ExprToken in XPath 1.0 > > Max. > In XPath 1.0 ExprToken is the top-level construct of the lexical production rules, and is referenced as such in the text. You shouldn't therefore expect to find it referenced from the syntax production rules. Michael Kay