[Bug 29184] New: Modify fn:string-join to accept xs:anyAtomicType* instead of xs:string*

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

            Bug ID: 29184
           Summary: Modify fn:string-join to accept xs:anyAtomicType*
                    instead of xs:string*
           Product: XPath / XQuery / XSLT
           Version: Proposed Edited Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Functions and Operators 3.1
          Assignee: mike@saxonica.com
          Reporter: josh.spiegel@oracle.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

See:
https://lists.w3.org/Archives/Public/public-xsl-query/2015Oct/0035.html

We should modify fn:string-join to accespt xs:anyAtomicType* instead of
xs:string*

e.g.

  string-join(1 to 4, " ") => “1 2 3 4”

The function should also specify that each value in the sequence is cast to
xs:string.

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

Received on Thursday, 8 October 2015 14:38:37 UTC