[Bug 28191] New: Incorrect focus definition for xsl:merge-action element

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

            Bug ID: 28191
           Summary: Incorrect focus definition for xsl:merge-action
                    element
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0
          Assignee: mike@saxonica.com
          Reporter: vitaliy.yudenkov@abrasoft.net
        QA Contact: public-qt-comments@w3.org

Specification defines how to setup focus for evaluation of the sequence
constructor in the xsl:merge-action element:

"The context item is the first item in the current group, that is
current-group()[1]"

https://www.w3.org/XML/Group/qtspecs/specifications/xslt-30/html/Overview-diff.html#element-merge-action

It looks like fn:current-group() function is used together with
xsl:for-each-group instruction, but not with xsl:merge. 
I believe that fn:current-merge-group() must be used instead.

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

Received on Wednesday, 11 March 2015 10:43:07 UTC