xmlspectrum icon indicating copy to clipboard operation
xmlspectrum copied to clipboard

XQuery 3.0 Function Annotations

Open cfoster opened this issue 7 years ago • 1 comments

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 avatar Sep 05 '18 15:09 cfoster

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

image

cfoster avatar Sep 05 '18 15:09 cfoster