[Bug 15070] New: [XQuery30] filter example is no longer correct

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15070

           Summary: [XQuery30] filter example is no longer correct
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: XQuery 3.0
        AssignedTo: jonathan.robie@gmail.com
        ReportedBy: andrew.eisenberg@us.ibm.com
         QAContact: public-qt-comments@w3.org


The final example in section 3.2.1 Filter Expressions is:

o The following example also illustrates the use of a filter expression as a
step in a path expression. It returns the element node within the specified
document whose ID value is tiger:

fn:doc("zoo.xml")/fn:id('tiger')


This was a filter expression in XQuery 1.0, when we defined a filter expression
 as a primary expression followed by zero or more predicates. We now define a
filter expression as an expression followed by a predicate.

-- 
Configure bugmail: https://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 Monday, 5 December 2011 23:18:05 UTC