XSI: namespaces removing
As part of my requirement, I need to route a response coming from my
dp:url-open in Datapower tool, serialize it and then send it to another
link.
Issue is that response is holding so many namespaces in its every element.
I know its the kind of format generated automatically, but i need to
remove them completely.
I went through few posts in internet and used exclude-result-prefixes at
start of my XSLT and i am able to get rid of most of namespaces like dp
and dpconfig related to Datapower, but xsi: and xmlns: are still appearing
in my string. How to get rid of that one also?
Please note that i cant use another XSLT as suggested in few posts. Is
there any other way, please suggest.
Below is my xml serialized.
xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/">
W123
rogers
L1
Thansk for help.
No comments:
Post a Comment