XQuery 3, xqDoc (and eXide)

Oxygen general issues.
hyttinen
Posts: 3
Joined: Wed Mar 06, 2013 11:56 am

XQuery 3, xqDoc (and eXide)

Post 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
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: XQuery 3, xqDoc (and eXide)

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply