Package: xuriella

Macro define-extension-group

Lambda List

define-extension-group (name uri &optional documentation)

Arguments

name -- The name of the XSLT extension group (a symbol)
uri -- Namespace URI for the extension elements (a string)
documentation -- Documentation string for the XPath extension

Details

Defines an XSLT extension group with specified short name and namespace uri.

An XSLT extension group is a collection of XSLT element that are defined using define-extension-parser.
 

See also