Package: xuriella
Function compile-instruction
Lambda Listcompile-instruction (form env) ArgumentsReturn ValueA 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 |