-
Notifications
You must be signed in to change notification settings - Fork 20
Saxon error on master branch #243
Comments
I'm working on adding CI support to this project and the command below is one of my unit tests. We will update the documentation to include the bnode parameter. (And if you don't use maven just replace the .m2 path with the path to your saxonHE9.x jar file.)
|
I found out why this wasn't working - the namespace for saxon was incorrect. If you use a Saxon9HE jar < version 9.5.x it will work now. Saxon 9.6.x appears to have removed support for defaults in favor of the XQuery 3.0 syntax & I will commit a saxon3.xqy which will support the newer syntax. |
I'm looking for the most recent stable version to run bulk conversions with. It might be better to work off a branch rather than the master. Is dewey considered a stable version, or is there a more recent stable revision where you could cut a branch? |
the master is the stable version. Dewey was last updated months ago. |
Rebecca, Those are good suggestions but unfortunately we're not doing full SCM with I'll do something with the dewey branch since I think it's kind of Let us know how your bulk tool is working - we might find it useful here Thanks,
On Fri, May 29, 2015 at 4:34 PM, Rebecca Younes notifications@github.com
|
With the latest code from the master, I get the following error:
Error on line 72 of saxon.xqy:
XPDY0002: No value supplied for required parameter $usebnodes
The error is not generated on the dewey branch. If the master is not intended to be stable, please let me know and I will continue to use dewey.
The text was updated successfully, but these errors were encountered: