Previous: , Up: XML tools   [Contents][Index]


20.11 Using non-Scheme languages for XML/HTML

20.11.1 XQuery language

Bundled with Kawa is a fairly complete implementation of W3C’s new XML Query language. If you start Kawa with the --xquery it selects the "XQuery" source language; this also prints output using XML syntax. See the Qexo (Kawa-XQuery) home page for examples and more information.

20.11.2 XSL transformations

There is an experimental implementation of the XSLT (XML Stylesheet Language Transformations) language. Selecting --xslt at the Kawa command line will parse a source file according to the syntax on an XSLT stylesheet. See the Kawa-XSLT page for more information.