[Bug 29991] New: [XDM31] Doc review - section 2

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

            Bug ID: 29991
           Summary: [XDM31] Doc review - section 2
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: All
                OS: All
            Status: NEW
          Severity: editorial
          Priority: P2
         Component: Data Model 3.1
          Assignee: ndw@nwalsh.com
          Reporter: andrew_coleman@uk.ibm.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

2.3 Node identity

Extraneous spaces:

- space after the open brace:
( The identity of atomic values

- space before the semicolon:
same value ; every instance of...

--------------------

2.8.3.2 array-get Accessor

dm:array-get($array as array(), $position as positiveInteger) as item()*

positiveInteger is missing the xs: prefix.  Should be

dm:array-get($array as array(), $position as xs:positiveInteger) as item()*

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

Received on Tuesday, 8 November 2016 15:12:37 UTC