Hello,
We're currently using the XQilla library to for XQuery support on a Windows platform, but we've had some issues with it (primarily memory manager conflicts between XQilla and Xerces). We're considering switching over to Zorba at some point. Has anyone here made this transition? I'd like to hear about any difficulties or improveme...
I'm using Eclipse's XQDT with Zorba 0.9.5. I'm trying to call the Zorba internal function zorba:print(...) from within a FLWOR expression, but it gets ignored.
Specifically, I'm doing something like the following
import module namespace zorba =
"http://www.zorba-xquery.com/zorba/internal-functions";
for $l in list
let $bar :=...
Hi,
I'm trying to install zorba php extension on windows and I am having all sorts of problems. I have installed the zorba binaries on my computer, but when I try to install the PECL package (pecl install zorba-alpha) I get the following error "ERROR: the DSP zorba.dsp does not exist".
I've tried searching for zorba_api.dll or zorba_ap...
I have been using zorba for a little while and it seems to generally work. But it seems to leak memory here and there and I am having to look at other options.
Has anyone had luck with any other XQuery engines in linux environment?
...