Page 1 of 1

XQuery 3, xqDoc (and eXide)

Posted: Wed Mar 06, 2013 3:26 pm
by hyttinen
Hello,

I've started working with exist2 and oxygen. I came across a problem with oxygen's xqdoc relating to some of the code that was pregenerated by eXide. Spesifically this line:

Code: Select all

declare function app:test($node as node(), $model as map(*)) {
causes a

Code: Select all

line 16:57: unexpected token: (
Is that something new in xquery3 and xqdoc is not compatible?

Best regards,
Lauri Hyttinen

Re: XQuery 3, xqDoc (and eXide)

Posted: Wed Mar 06, 2013 6:24 pm
by adrian
Hi,

Oxygen (currently at v14.2) bundles xqDoc 1.6 which supports only XQuery 1.0.
You may want to investigate the ongoing xquerydoc project which does seem to have some support for XQuery 3.0.
https://github.com/xquery/xquerydoc

Regards,
Adrian