News

This is a small but complete demo project for transforming data from xml into a special tree/json structure. The basic idea is create a configuration in a database that allows the transformation of ...
The Lisp code that emits XML has a structure paralleling the XML. The Common Lisp pretty printer is optionally used to indent the emitted XML for human readability. See the file ...
The characteristics of XML documents require new ways of storing and querying such documents. Queries on both textual content and structural aspects must be supported efficiently. For this reason, we ...