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

starred->normal-transformation-rules rulesprocedure

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

This procedure is useful for integrating new rules into legacy applications. Note that after applying this the handlers will have limited node size accepted.