Skip to content

Instantly share code, notes, and snippets.

@eedeebee
Created July 1, 2011 22:01
Show Gist options
  • Select an option

  • Save eedeebee/1059496 to your computer and use it in GitHub Desktop.

Select an option

Save eedeebee/1059496 to your computer and use it in GitHub Desktop.
XQuery Coding Guidlines: Rule 1
declare function my:function(
$a as xs:string,
$b as element(my:options)
) as empty-sequence()
{
(: body of function :)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment