[Bug 3915] Section 3.1.6 example

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

           Summary: Section 3.1.6 example
           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[@number="1"]/title ftcontains ("Montana" &&
"Millicent") ordered 

returns false, because although "Montana" and "Millicent" appear in the title
element, they do not appear in the order they are written in the query.

They do not appear in title. They appear in two subsequent author elements
inside book.

Received on Tuesday, 31 October 2006 23:22:54 UTC