This a pre-release before XML Amsterdam where I will be presenting Origami. Soon after I will release 0.6.
For now see the wiki for (somewhat) up to date documentation.
- BaseX 8.3
Other XML databases after 1.0.
- Some tutorials can be found on my blog.
- The demo code
- For documentation see the wiki.
- The test subdirectory contains the unit tests.
Run the unit tests:
basex -t test
xquery version "3.1";
import module namespace o = 'http://xokomola.com/xquery/origami'
at '../origami/origami.xqm';