I am trying to transform an XML file with the following namespace, but couldn\'t find out a way to make it working with the default namespace without adding a prefix to the outp
The key is to use the exclude-result-prefixes attribute on the stylesheet element.
exclude-result-prefixes
stylesheet
There are some good explanations in this section of the XSLT FAQ.