[Bug 2256] [xqueryx] defaultCollationDecl missing declare

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

           Summary: [xqueryx]  defaultCollationDecl missing declare
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQueryX
        AssignedTo: jim.melton@acm.org
        ReportedBy: davidc@nag.co.uk
         QAContact: public-qt-comments@w3.org


The 15th sept stylesheet is missing the declare keyword in collation declarations.


 <xsl:template match="xqx:defaultCollationDecl">
    <xsl:text>declare default collation </xsl:text>
              ^^^^^^^^ 
    <xsl:call-template name="quote">
      <xsl:with-param name="item" select="."/>
    </xsl:call-template>
  </xsl:template>

Received on Friday, 16 September 2005 10:58:15 UTC