[Bug 10476] New: [XSLT21] Merging example is not well formed

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10476

           Summary: [XSLT21] Merging example is not well formed
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: All
               URL: http://www.w3.org/TR/xslt-21/#merging
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: XSLT 2.1
        AssignedTo: mike@saxonica.com
        ReportedBy: zongaro@ca.ibm.com
         QAContact: public-qt-comments@w3.org


In section 15 of the XSLT 2.1 working draft,[1] the following fragment appears
in second example (Merging two heterogeneous files):

      <xsl:merge-action>
        <xsl:apply-templates select="current-group()" 
                             mode="standardize-log-entry">
      </xsl:merge-action>

The xsl:apply-templates should probably be an empty element tag rather than a
start tag.

[1] http://www.w3.org/TR/xslt-21/#merging

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 27 August 2010 18:36:57 UTC