Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XQuery 3.0 Function Annotations #7

Open
cfoster opened this issue Sep 5, 2018 · 1 comment
Open

XQuery 3.0 Function Annotations #7

cfoster opened this issue Sep 5, 2018 · 1 comment

Comments

@cfoster
Copy link

cfoster commented Sep 5, 2018

Hi Phil,

I was wondering if it may be possible to support Function Annotations?

declare
  %my-ns:my-local("my value")
  %xdmp:single-without-arguments
  %xdmp:four-data-types("string", true, false, 123, 123.456)
function local:process($var as xs:string)
{
  1 to 10
};

Regards,

Charles

@cfoster
Copy link
Author

cfoster commented Sep 5, 2018

I think it may well do at the moment, I think the issue may be single items.

image

@cfoster cfoster changed the title Support XQuery 3.0 Function Annotations XQuery 3.0 Function Annotations Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant