Skip to content

Instantly share code, notes, and snippets.

@eedeebee
Last active December 15, 2015 13:28
Show Gist options
  • Select an option

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

Select an option

Save eedeebee/5267522 to your computer and use it in GitHub Desktop.
xquery version "1.0-ml";
module namespace addr="http://example.org/address";
declare namespace rxq="http://exquery.org/ns/restxq";
declare
%rxq:GET
%rxq:path('/address/id/(.*)')
%rxq:produces('text/html')
function addr:get-address($id){
(: .... :)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment