Skip to content

bmix/origami

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Origami 0.6 (pre-release)

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.

Requirements

  • BaseX 8.3

Other XML databases after 1.0.

Getting started

  • 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

Import

xquery version "3.1";

import module namespace o = 'http://xokomola.com/xquery/origami' 
    at '../origami/origami.xqm';