chickadee » sxml-fu » normal->starred-transformation-rules

normal->starred-transformation-rules rulesprocedure

Convert traditional sxml transformation rules (where handlers accept a fixed number of arguments corresponding to the element and its child nodes) to their "starred" equivalents (where handlers accept two arguments; the element and a list of its child nodes).

See the sxml-transforms egg manual for more information about "starred rules".

This will not make these handlers magically accept huge nodes. This is merely for convenience when you want to convert some legacy rules to fit into an application based on starred rules.