[Bug 23924] New: [QT3TS] XQueryX conversion of XQST0085b

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

            Bug ID: 23924
           Summary: [QT3TS] XQueryX conversion of XQST0085b
           Product: XPath / XQuery / XSLT
           Version: 2nd Edition Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: tim@cbcl.co.uk
        QA Contact: public-qt-comments@w3.org

This test doesn't seem to match its XQuery counterpart.

Compare:

<a xmlns:foo="http://www.w3.org/"> <b xmlns:foo="" /> </a>

with:

<xqx:mainModule>
    <xqx:queryBody>
      <xqx:functionCallExpr>
        <xqx:functionName>exists</xqx:functionName>
        <xqx:arguments>
          <xqx:elementConstructor>
            <xqx:tagName>element</xqx:tagName>
            <xqx:attributeList>
              <xqx:namespaceDeclaration>
                <xqx:prefix>foo</xqx:prefix>
                <xqx:uri>http://www.w3.org/</xqx:uri>
              </xqx:namespaceDeclaration>
            </xqx:attributeList>
            <xqx:elementContent>
              <xqx:elementConstructor>
                <xqx:tagName>element</xqx:tagName>
                <xqx:attributeList>
                  <xqx:namespaceDeclaration>
                    <xqx:prefix>foo</xqx:prefix>
                    <xqx:uri></xqx:uri>
                  </xqx:namespaceDeclaration>
                </xqx:attributeList>
              </xqx:elementConstructor>
            </xqx:elementContent>
          </xqx:elementConstructor>
        </xqx:arguments>
      </xqx:functionCallExpr>
    </xqx:queryBody>
  </xqx:mainModule>
</xqx:module>

Where has the function call to exists come from?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 26 November 2013 11:26:21 UTC