XSLT: Recursively Set Prefix For Elements In Tree
Join the DZone community and get the full member experience.
Join For FreeThe following stylesheet will recursively set the prefix (namespace) of the element 'Poo' and all child elements/attributes. Saves your main stylesheet having to do this dirty-work.
XSLT
Tree (data structure)
Opinions expressed by DZone contributors are their own.
Comments