Hi,
After transformation, my xml document looks like this.
<WriteEBSReqMsg>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="data">
<EnterpriseDocument xmlns="http://foo.bat"
<!-- LinesOfCode !-->
</EnterpriseDocument>
</part>
</WriteEBSReqMsg>
I am trying to remove xmlns="http://foo.bat" from my transformed XML output, but unable to do so.
Is there any way i can get this done.
Thanks in advance for the help.