Hi, I am doing xslt transformation into xml file. In my transformation file, i am using new namespace
xmlns:ns1="http://another.org/xslt" exclude-result-prefixes="ns1" After transforming the xml file, i am getting the output in xml as follows: <Element> <ns1:portNumber xmlns:ns1="http://another.org/xslt">16777216</ns1:portNumber> <ns1:type xmlns:ns1="http://another.org/xslt">56</ns1:type> </Element> my question here is: I have used exclude-result-prefixes="ns1", still the namespaces are showing in the output. is there any flag to set in camel to not display the namespaces? please correct me if i am doing any wrong. -- View this message in context: http://camel.465427.n5.nabble.com/xslt-namespace-issue-tp2849252p2849252.html Sent from the Camel Development mailing list archive at Nabble.com.