[Bug 29112] New: Incorrect map syntax used in the example in Section 3.4.3.1

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

            Bug ID: 29112
           Summary: Incorrect map syntax used in the example in Section
                    3.4.3.1
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3.1 Requirements and Use Cases
          Assignee: jonathan.robie@gmail.com
          Reporter: oneil@saxonica.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

In the example in Section 3.4.3.1 the incorrect syntax ':=' is used in the map.
Where it should be just a colon (i.e. ':').

Snippet taken from section 3.4.3.1:

 'publisher' := 
       function($n as document-node()) as xs:string? { () } 

Should be:

 'publisher' : 
       function($n as document-node()) as xs:string? { () }

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

Received on Friday, 4 September 2015 14:06:33 UTC