Package: xuriella
Function parse-body
Lambda Listparse-body (node &optional (start 0) (param-names 'nil)) Arguments
Return ValueAn list of XSLT instructions in sexp syntax DetailsParses 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 |