<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial; font-size: 13px; line-height: 24px; "><p style="margin-bottom: 8px; ">Dear all,</p><p style="margin-bottom: 8px; ">we are happy to announce the public release of XQiB, &nbsp;a plugin for Internet Explorer which allows the execution of client-side XQuery to navigate and update the browser’s internal DOM. This plugin allows to execute XQuery in the same way as JavaScript. However, the resulting code is more elegant because there’s no data model mismatch. For example, opening an alert window that shows the text of the first H1 element of the current site is as simple as that</p><p style="margin-bottom: 8px; "><strong>declare function local:main() {<br>&nbsp;&nbsp;browser:alert&nbsp;(&nbsp;fn:data(&nbsp;(&nbsp;//H1&nbsp;)[1]&nbsp;)&nbsp;)<br>};<br></strong></p><p style="margin-bottom: 8px; ">Note that the browser plugin provides a rich set of functions to accomplish things as showing alert windows or modifying styles.</p><p style="margin-bottom: 8px; ">XQiB is based on the Zorba XQuery processor. Specifically, XQiB is an implementation of the Zorba Store API and implements a set of browser-specific functions such as the alert function and a variety of other AJAX functions (e.g., drag &amp; drop, window controls, asynchronous REST calls, etc.). The implementation of the Store API essentially encapsulates the browser’s DOM and therefore delegates accessor and updating function calls on the XDM to the DOM.</p><p style="margin-bottom: 8px; ">Zorba’s powerful function library (e.g. REST functions), the implementation of various XQuery-related specifications (e.g. XQuery Updating Facility), and a variety of language extensions (e.g. eval) make it a pleasure to develop rich internet applications.</p><p style="margin-bottom: 8px; ">If you want to learn more about XQiB, are interested in playing around with it, or would like to contribute to the project, please visit&nbsp;<a onclick="javascript:pageTracker._trackPageview('/outgoing/www.xqib.org/');" href="http://www.xqib.org/" style="color: rgb(203, 32, 38); text-decoration: none; ">http://www.xqib.org/</a>.</p><p style="margin-bottom: 8px; ">A similar Firefox plugin is under construction.</p><p style="margin-bottom: 8px; ">The XQIB team</p><p style="margin-bottom: 8px; "><br></p></span></body></html>