[Bug 15474] New: [XQueryX30] onlyEnd missing prefix

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

           Summary: [XQueryX30] onlyEnd missing prefix
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQueryX 3.0
        AssignedTo: jim.melton@acm.org
        ReportedBy: andrew.eisenberg@us.ibm.com
         QAContact: public-qt-comments@w3.org


The XQueryX stylesheet contains the following:

  <xsl:template match="xqx:windowEndCondition">
    <xsl:if test="@onlyEnd='true'">
      <xsl:text>only </xsl:text>
    </xsl:if>
    <xsl:text>end </xsl:text>
    <xsl:apply-templates select="xqx:windowVars"/>
    <xsl:text> when </xsl:text>
    <xsl:apply-templates select="xqx:winEndExpr"/>
  </xsl:template>


I believe that "@onlyEnd" should be "@xqx:onlyEnd".

-- 
Configure bugmail: https://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 Monday, 9 January 2012 17:50:24 UTC