Skip to content

Instantly share code, notes, and snippets.

@ebruchez
Created June 29, 2010 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebruchez/456695 to your computer and use it in GitHub Desktop.
Save ebruchez/456695 to your computer and use it in GitHub Desktop.
<xhtml:html xmlns:exf="http://www.exforms.org/exf/1-0" xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:xforms="http://www.w3.org/2002/xforms">
<xhtml:head>
<xforms:model id="model">
<xforms:instance id="instance">
<instance xmlns="">
<record code="c"/>
</instance>
</xforms:instance>
</xforms:model>
</xhtml:head>
<xhtml:body>
<xforms:output id="output" ref="exf:sort(record[@code = 'c'], '@code', 'text', 'ascending', 'lower-first')"/>
</xhtml:body>
</xhtml:html>
@ebruchez
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment