Hi
I'm having the raw xml with
<XMLNS:NS1 ...........>
And after transforming its giving me the proper output but the xml nameSpace is getting modified as
<XMLNS "url">
And does not have that NS1 prefix anymore.. so can you hrlp me how to keep the prefix when doing a XSLT transformation?