XQIB now live at XML Prague 2011
March 27th, 2011 adminWe are now presenting the new XQIB release and reporting on compiling MXQuery with GWT at XML Prague 2011.
The XML Prague Memory demo is available here and the presentation slides here.
We are now presenting the new XQIB release and reporting on compiling MXQuery with GWT at XML Prague 2011.
The XML Prague Memory demo is available here and the presentation slides here.
It is our pleasure to announce a new version of XQIB, JavaScript Edition (alpha 2).
The following enhancements were made:
The samples have been updated.
The new Browser API allows library modules and main modules in script tags, as described in the XQuery specification. As a consequence, the type of the XQIB script tags is now application/xquery. The semantics is as follows: a library module is made available for import to subsequent script tags. The output produced by a main module is inserted into the HTML page right after the script tag. This leads to more compact, more readable code (no more local:main()).
The source code is available in an SVN repository through the MXQuery official Web site, under an Apache 2.0 license. For those who like to live on the cutting edge, mxquery.org provides automatic builds of the latest commits.
An XQIB-JS alpha 2 starting kit for writing your own XQuery code is available here.