Package: xuriella

Function compile-instruction

Lambda List

compile-instruction (form env)

Arguments

form -- An XSLT instruction in sexp representation
env -- An XSLT environment

Return Value

A compiled function

Details

Compiles an XSLT instruction.

This function is for use in XSLT extensions. When defining an extension using define-extension-compiler, pass body forms of the extension that should be interpreted as XSLT instructions to this function.

The environment is an opaque object, which can be obtained using the &environment lambda list keyword in the extension compiler.
 

See also