[Bug 14357] [APPLET] varName generated for assignment in grouping spec

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

--- Comment #1 from Andrew Eisenberg <andrew.eisenberg@us.ibm.com> 2011-10-07 15:24:50 UTC ---
Looking a bit further, I see that xqueryx.xsd requires a groupVarInitialize
element. I believe that the following should be generated:

<xqx:groupingSpec>
   <xqx:varName>c</xqx:varName>
   <xqx:groupVarInitialize>
      <xqx:varValue>
         <xqx:varRef>
            <xqx:name>a</xqx:name>
         </xqx:varRef>
      </xqx:varValue>
   </xqx:groupVarInitialize>
</xqx:groupingSpec>

-- 
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 Friday, 7 October 2011 15:24:53 UTC