AndrewSales / XQS

XQuery implementation of Schematron
Apache License 2.0
7 stars 1 forks source link

Enable evaluation using other XQuery engines #8

Open AndrewSales opened 1 year ago

AndrewSales commented 1 year ago

Principally, Saxon. The main (only?) difference right now seems to be the difference between xquery:eval() (BaseX) and saxon:xquery() (Saxon).

AndrewSales commented 1 year ago

I haven't tested the Saxon port either, but for BaseX fn:load-xquery-module isn't available.

AndrewSales commented 1 year ago

Adam's changes moved into https://github.com/AndrewSales/XQS/tree/%238 for now.