Tagged Questions

General purpose XQuery processor; written in C++

learn more… | top users | synonyms

3
votes
3answers
121 views

Can't get Zorba working on Windows 7 with PHP and Nginx

I'm trying to install Zorba on a Windows 7 machine with the help of these instructions. I've completed the "Verify Zorba" section ok, but I can't complete the section "Enable Zorba extension in PHP". ...
3
votes
3answers
83 views

How to bind an XQuery external variable in Zorba from PHP?

Can the Zorba XQuery processor PHP API bind to variables declared as external within an xquery? For example this line in an xquery would bind to an external variable named $foo; declare variable ...
2
votes
2answers
353 views

Subtracting duration from dateTime in Cocoa's NSXML XQuery

I have the following XQuery code, which from my reading of the O'Reilly XQuery book seems like it should work: let $now := current-dateTime() let $month := xs:dayTimeDuration("P30D") let $month_ago ...
2
votes
1answer
472 views

Installing Zorba (XQUERY) PHP Extension on Windows

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 ...
2
votes
0answers
667 views

Zorba versus XQilla for XQuery

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 ...
1
vote
2answers
170 views

Where can I find a speed comparison between xquery processors, specifically Saxon & Zorba?

I have found feature comparisons but not speed comparisons. Saxon is written in Java and I believe Zorba is written in C so one would expect Zorba to be quicker, but is it?
1
vote
2answers
354 views

C++ XQuery engine - zorba or XQilla or another

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 ...
0
votes
1answer
314 views

Zorba (XQuery) - using print functions

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 ...