ϹοδεMεδιϲ
ϹοδεMεδιϲ

Reputation: 2938

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 XQuery engines in linux environment?

Upvotes: 2

Views: 1593

Answers (2)

ϹοδεMεδιϲ
ϹοδεMεδιϲ

Reputation: 2938

The new zorba 1.4 pretty OK! So I am putting this to bed till I get around to trying XQilla.

Upvotes: 1

michael
michael

Reputation: 1577

you might want to give http://www.basex.org a try. Though it is not C++ it is still compact, fast and very complete :-)

Upvotes: 2

Related Questions