This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15474 - [XQueryX30] onlyEnd missing prefix
Summary: [XQueryX30] onlyEnd missing prefix
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQueryX 3.0 (show other bugs)
Version: Last Call drafts
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Jim Melton
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-09 17:50 UTC by Andrew Eisenberg
Modified: 2012-01-11 01:28 UTC (History)
0 users

See Also:


Attachments

Description Andrew Eisenberg 2012-01-09 17:50:19 UTC
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".
Comment 1 Jim Melton 2012-01-10 15:59:34 UTC
How right you are.  Excellent catch. 

I've made the change you identified and marked the bug RESOLVED/FIXED.  If you agree with this resolution, please mark the bug CLOSED.