- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 11 Oct 2006 03:23:50 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3765 scott_boag@us.ibm.com changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |3606 Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from scott_boag@us.ibm.com 2006-10-11 03:23 ------- The tokens in the list are generated programatically. "|" was being missed as well as some keywords. Fixing this actually took some time, exacerbated by some recursion limit problems in XSLT. :-) I believe the following are the correct lists. Please check carefully. I will check again tomorrow, as well as have a few WG members review. Please note changes have also been made in relation to http://www.w3.org/Bugs/Public/show_bug.cgi?id=3606 XQuery: [Definition: The delimiting terminal symbols are: S, "-", (comma), (semi-colon), (colon), "::", ":=", "!=", "?", "?>", "/", "//", "/>", (dot), "..", StringLiteral, "(", "(#", ")", "[", "]", "]]>", "{", "}", "@", "$", "*", "#)", "+", "<", "<!--", "<![CDATA[", "<?", "</", "<<", "<=", "=", ">", "-->", ">=", ">>", "|"] [Definition: The non-delimiting terminal symbols are: IntegerLiteral, NCName, QName, DecimalLiteral, DoubleLiteral, "ancestor", "ancestor-or-self", "and", "as", "ascending", "at", "attribute", "base-uri", "boundary-space", "by", "case", "cast", "castable", "child", "collation", "comment", "construction", "copy-namespaces", "declare", "default", "descendant", "descendant-or-self", "descending", "div", "document", "document-node", "element", "else", "empty", "empty-sequence", "encoding", "eq", "every", "except", "external", "following", "following-sibling", "for", "function", "ge", "greatest", "gt", "idiv", "if", "import", "in", "inherit", "instance", "intersect", "is", "item", "lax", "le", "least", "let", "lt", "mod", "module", "namespace", "ne", "node", "no-inherit", "no-preserve", "of", "option", "or", "order", "ordered", "ordering", "parent", "preceding", "preceding-sibling", "preserve", "processing-instruction", "return", "satisfies", "schema", "schema-attribute", "schema-element", "self", "some", "stable", "strict", "strip", "text", "then", "to", "treat", "typeswitch", "union", "unordered", "validate", "variable", "version", "where", "xquery"] XPath: [Definition: The delimiting terminal symbols are: "-", (comma), (colon), "::", "!=", "?", "/", "//", (dot), "..", StringLiteral, "(", ")", "[", "]", "@", "$", "*", "+", "<", "<<", "<=", "=", ">", ">=", ">>", "|"] [Definition: The non-delimiting terminal symbols are: IntegerLiteral, NCName, QName, DecimalLiteral, DoubleLiteral, "ancestor", "ancestor-or-self", "and", "as", "attribute", "cast", "castable", "child", "comment", "descendant", "descendant-or-self", "div", "document-node", "element", "else", "empty-sequence", "eq", "every", "except", "external", "following", "following-sibling", "for", "ge", "gt", "idiv", "if", "in", "instance", "intersect", "is", "item", "le", "lt", "mod", "namespace", "ne", "node", "of", "or", "parent", "preceding", "preceding-sibling", "processing-instruction", "return", "satisfies", "schema-attribute", "schema-element", "self", "some", "text", "then", "to", "treat", "union"]
Received on Wednesday, 11 October 2006 03:24:01 UTC