Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w00796f2/wp-settings.php on line 204

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w00796f2/wp-settings.php on line 219

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w00796f2/wp-settings.php on line 226

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w00796f2/wp-settings.php on line 233

Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w00796f2/wp-settings.php on line 258

Deprecated: Function set_magic_quotes_runtime() is deprecated in /www/htdocs/w00796f2/wp-settings.php on line 27

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00796f2/wp-settings.php:204) in /www/htdocs/w00796f2/wp-includes/feed-atom.php on line 8
MXQuery A lightweight, full-featured XQuery Engine 2011-07-07T16:57:30Z http://mxquery.org/?feed=atom WordPress admin <![CDATA[MXQuery on Android – First public version]]> http://mxquery.org/?p=265 2011-07-07T16:57:30Z 2011-07-07T16:57:30Z MXQuery now also runs on Android, providing the full functionality and platform integration.

More details are available here

]]>
0
admin <![CDATA[MXQuery SVN moved to Sourceforge, access to CI servers]]> http://mxquery.org/?p=246 2011-03-26T11:42:47Z 2011-03-26T11:42:47Z With the merge of XQIB into the MXQuery upstream, we have decided to provide access to the SVN repositories and the continuous integration servers, as to provide more access and invite more participation.

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

]]>
1
admin <![CDATA[Using MXQuery with XQDT 2.2]]> http://mxquery.org/?p=211 2009-11-03T10:47:36Z 2009-11-02T13:56:23Z With version 2.2, XQDT has restored support for Java-based XQuery implementation, which was dropped in the transition from XQDT 1 to XQDT 2.0. Here is an outline on how to use MXQuery 0.6.0 (or later) in XQDT 2.2

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.

xqdt-22-prefs

In the preferences dialog, choose XQuery, and then Interpreters.

In the list of interpreters, choose Add…

xqdt-22-mxquery1

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

]]>
0
admin <![CDATA[MXQuery 0.6.0 released]]> http://mxquery.org/mxquery/?p=198 2009-05-06T14:23:58Z 2009-05-06T14:23:58Z After a long period of internal development, MXQuery 0.6.0 has been released.

MXQuery is a lightweight, full-featured XQuery implementation,

  • running a variety of Java platforms (including MIDP/CLDC)
  • providing support for
    • XQuery 1.0 (including Schema + Modules)
    • XQuery Update Facility 1.0
    • XQuery/XPath Fulltext 1.0 (partial)
    • XQuery Scripting Extension 1.0 (experimental)
  • providing several extensions to XQuery
    • SOAP Import/Export, REST Import/HTML Tidy import
    • Continuous query support (Data Stream/CEP processing)

Compared to the last release (0.4.1), the following changes have been performed:

  • Support for XML Schema
  • Full Support for XQuery 1.0 (99.6 % compliance)
  • Full Support for XQuery Update Facility 1.0 (>99 % compliance)
  • Support for selected XQuery 1.1 features (windowing, try/catch)
  • Support for XQuery and XPath Full Text 1.0 (partial, experimental)
  • Support for XQuery Scripting 1.0 (experimental)
  • Support for Web Service (SOAP) import and export (at module level)
  • Support for REST import/calls (same interfaces as Zorba)
  • Support for Tidying HTML (using tagsoup, same interfaces as Zorba)
  • (almost) complete support for XQJ
  • Support for DOM, SAX, StAX parsers
  • Support for XDM Serialization (most parameters now supported)
  • Integration of the SMS Stream Store
  • Support for running continuous XQuery expressions (streaming)
  • Refactored Java API with Javadoc and extensive set of examples
  • New command line interface, exposing most of the functionality of the Java API
  • Packaging: Standalone, within a application server container, mobile devices
]]>
2