[Bug 29967] New: [XDM 3.1] Arrays in XDM

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

            Bug ID: 29967
           Summary: [XDM 3.1] Arrays in XDM
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Data Model 3.1
          Assignee: ndw@nwalsh.com
          Reporter: mike@saxonica.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

In section 2.8.3.2, the sentence

The dm:array-get accessor returns the value in the array at the position
$position. An error is raised if the array does not contain a value at that
position. For all positions greater than 0 and less than the array size,
dm:array-get will return a value.


should read

The dm:array-get accessor returns the value in the array at the position
$position. An error is raised if the array does not contain a value at that
position. For all positions greater than 0 and less than *or equal to* the
array size, dm:array-get will return a value.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 31 October 2016 17:18:20 UTC