Package: xuriella

Function parse-body

Lambda List

parse-body (node &optional start param-names)

Arguments

node -- A node representing part of a stylesheet.
start -- An optional integer, defaulting to 0.
param-names -- Undocumented.

Return Value

A list of XSLT instructions in sexp syntax

Details

Parses the children of an XSLT instruction.

This function is for use in XSLT extensions. When defining an extension using define-extension-parser, it can be used to parse the children of the extension node using regular XSLT syntax recursively.

Specify start to skip the first start child nodes.
 

See also