More details are available here
]]>The MXQuery SVN can be found at
https://mxquery.svn.sourceforge.net/svnroot/mxquery/
the most interesting modules are likely
For access to the automatic builds from CI, please go to the Downloads page
]]>Please do the following:
Install XQDT as outlined on the XQDT web site.
XQDT 2.2 does not bundle any implementation, so please download and unpack MXQuery normally.
In Eclipse, go to the Window menu, choose Preferences.
In the preferences dialog, choose XQuery, and then Interpreters.
In the list of interpreters, choose Add…
In the dialog to add an interpreters, choose the following
Interpreter Type: Java XQuery Engine Interpreter Name: MXQuery0.6.0 (or any other name) Interpreter JAR/WAR: yourMXQueryPath\mxquery.jar (e.g. D:\mxquery.jar) Main class: ch.ethz.mxquery.cmdline.MXQuery Interpreter arguments: -f ${query_file} <arguments>
If necessary, add more command line flags to the enable additional features, e.g. -um for updates, -x11 for XQuery 1.1 etc
You can now choose MXQuery as an interpreter for your XQuery projects
]]>MXQuery is a lightweight, full-featured XQuery implementation,
Compared to the last release (0.4.1), the following changes have been performed: