Package: xuriella
Function parse-body
Lambda Listparse-body (node &optional start param-names) ArgumentsReturn ValueA 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 |