[Bug 1229] New: Example in 15.1.10 is wrong

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

           Summary: Example in 15.1.10 is wrong
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Functions and Operators
        AssignedTo: ashok.malhotra@oracle.com
        ReportedBy: Norman.Walsh@Sun.COM
         QAContact: public-qt-comments@w3.org


Assume $seq = ($item1, $item2, $item3, $item4, ...)

    * fn:subsequence($seq, 4) returns ($item4, ...)
    * fn:subsequence($seq, 3, 2) returns ($item4, $item5)

The second bullet should be "...returns ($item3, $item4)", no?

Received on Friday, 8 April 2005 11:55:53 UTC