Created
November 6, 2011 01:01
-
-
Save mblakele/1342290 to your computer and use it in GitHub Desktop.
W3C XQuery 3.0 - Group By Use Cases Q2 Results
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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