- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 29 Mar 2006 22:07:51 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2893
scott_boag@us.ibm.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Comment #1 from scott_boag@us.ibm.com 2006-03-29 22:07 -------
The document "Building a Tokenizer for XPath or XQuery" is obsolete. If you do
want to know what states we use to build our current test parser, the states
are specified in the XML definition of the joint grammar,
http://www.w3.org/XML/Group/xsl-query-specs/grammar/parser/applets/xpath-grammar.xml.
Note that the current test parser uses selective LL(2) or LL(3) lookahead, and
the
number of tokenizer states has been greatly decreased.
Received on Wednesday, 29 March 2006 22:09:04 UTC