[Bug 4714] [FT] editorial: 3.5.2 Window Selection

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

           Summary: [FT] editorial: 3.5.2 Window Selection
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Full Text
        AssignedTo: jim.melton@acm.org
        ReportedBy: jmdyck@ibiblio.org
         QAContact: public-qt-comments@w3.org


3.5.2 Window Selection

[1]
para 1
"A window selection consist of"
    s/consist/consists/

[2]
example 4
'The following expression returns the empty sequence, because in the
selected book element, there is no occurrence of "efficient" within a
window of 3 tokens which would not also contain an occurrence of "and":
/book[@number="1" and . ftcontains "efficient"
ftand ftnot "and" window 3 words]'
    [2a]
    But don't the occurrences of "and" give rise to StringExcludes? If the
    window selection only cares about whether StringIncludes fall within a
    window, the position of the "and" tokens shouldn't matter.

    [2b]
    If the "3" were changed to "2" or "1", would it return true?

Received on Saturday, 23 June 2007 10:06:24 UTC