posted 16 years ago
Executing 2 XSLTs in one transform
We have an old piece of code that executes �one� transformation using given XSLT file that management do not want to change.
We have a new client to this code that needs the namespace qualifiers to be stripped from the transformed message. We were thinking of using another XSLT to strip off the qualifiers. But can we feed both these XSLTs to the engine some how without changing the core code ? or is there a way to switch off the namespaces being printed to the transformed message that can be instructed through some properties or through the XSLT itself ?
Thanks
Raees