Skip to content

Instantly share code, notes, and snippets.

@mblakele
Created November 6, 2011 01:01
Show Gist options
  • Save mblakele/1342290 to your computer and use it in GitHub Desktop.
Save mblakele/1342290 to your computer and use it in GitHub Desktop.
W3C XQuery 3.0 - Group By Use Cases Q2 Results
<result>
<group>
<state>CA</state>
<category>clothes</category>
<total-qty>510</total-qty>
</group>
<group>
<state>CA</state>
<category>kitchen</category>
<total-qty>170</total-qty>
</group>
<group>
<state>MA</state>
<category>clothes</category>
<total-qty>10</total-qty>
</group>
<group>
<state>MA</state>
<category>kitchen</category>
<total-qty>300</total-qty>
</group>
</result>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment