pmf
pmf

Reputation: 7759

XQuery in the free version of Saxon

I'd like to know whether someone has any experience with XQuery as it is supported in the free version of Saxon. Can it generally be presumed to be complete and usable?

Upvotes: 0

Views: 535

Answers (2)

wcandillon
wcandillon

Reputation: 2176

If you are looking to use the complete set of XQuery specification (update, scripting, and full-text), you may be interested by Zorba open-source XQuery processor: http://www.zorba-xquery.com.

Upvotes: 0

Anonymous
Anonymous

Reputation: 36

Yes, I have found the free version to be fast and stable.

The XQuery Test Suite has thousands of conformance tests. You can see how Saxon performs here: http://dev.w3.org/2006/xquery-test-suite/PublicPagesStagingArea/XQTSReportSimple.html

Upvotes: 2

Related Questions