[Bug 12788] New: [XQueryX30] Overeager testing of reserved-function-names constraint

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

           Summary: [XQueryX30] Overeager testing of
                    reserved-function-names constraint
           Product: XPath / XQuery / XSLT
           Version: Member-only Editors 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
             Group: XSLXQuery_WG


The stylesheet templates that match xqx:literalFunctionItemExpr and
xqx:functionCallExpr enforce our reserved-function-names constraint. These
templates are detecting reserved function names whether or not these names have
a prefix.

The following elements are being detected:

<xqx:functionName>function</xqx:functionName>

<xqx:functionName xqx:prefix="local">function</xqx:functionName>

The latter element should be transformed without error.

-- 
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 Wednesday, 25 May 2011 22:05:52 UTC