[Bug 29186] New: The StringConstructorInterpolation expression should be atomized and converted to a space separated string

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

            Bug ID: 29186
           Summary: The StringConstructorInterpolation expression should
                    be atomized and converted to a space separated string
           Product: XPath / XQuery / XSLT
           Version: Proposed Edited Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3.1
          Assignee: jonathan.robie@gmail.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/0021.html
https://lists.w3.org/Archives/Public/public-xsl-query/2015Oct/0034.html

In section 3.10 String Constructors:

  string-join($i ! string(.))

would become:

  ($i ! (. cast as xs:string)) => string-join(' ')

Or, depending on bug 29184, simply:

  string-join($i, ' ')

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

Received on Thursday, 8 October 2015 14:52:51 UTC