[Bug 7271] XQuery Full Text 1.0 grammar is not LL(k) because of "case" and "with" use

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7271


Michael Dyck <jmdyck@ibiblio.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdyck@ibiblio.org




--- Comment #5 from Michael Dyck <jmdyck@ibiblio.org>  2009-10-15 18:01:41 ---
To resolve the conflicts you pointed out, we made the following changes to the
"match options" portion of the grammar:

1) In the production for FTMatchOptions, introduce the keyword "using" before
the symbol FTMatchOption, i.e.:
    [166] FTMatchOptions ::= ("using" FTMatchOption)+

2) Remove all occurrences of the "with" keyword.

3) Change each occurrence of "without" to "no".
   (Note that this doesn't apply to the "without" in FTIgnoreOption.)

To improve consistency, we also made the following change:

4) In FTStopWordOption, change the "default" syntax from
       default stop words ...
   to
       stop words default ...


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 15 October 2009 18:01:43 UTC