xokomola / origami

Templating library for XQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'; 

About

Templating library for XQuery

License:Eclipse Public License 1.0


Languages

Language:XQuery 99.6%Language:HTML 0.4%