[Bug 3920] Section 3.1.8 Examples

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

           Summary: Section 3.1.8  Examples
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Full Text
        AssignedTo: jim.melton@acm.org
        ReportedBy: mrys@microsoft.com
         QAContact: public-qt-comments@w3.org


/book ftcontains ("information" &&
"retrieval") not in ("information" && "retrieval" 
distance at least 11 words)

why use the mild not in the example.

/book[. ftcontains "web site"
&& "usability" distance at most 1 words]/title 
Does distance start/end at beginning or end of a phrase?

“A similar query for the p element” what p element? Show query.

Received on Tuesday, 31 October 2006 23:42:38 UTC