Skip to Content
0
Former Member
Mar 24, 2011 at 06:32 PM

Remove Namespaces from XML file

1187 Views

Hi ,

I need to remove the highlighted namespaces from below XML file.

is there a way to do it in XSLT mapping OR any other ways.....

<?xml version="1.0" encoding="UTF-8" ?>

- <ns1:Z_HPA_357_PROVISION_USER_IMS.Response

xmlns:ns1="urn:sap-com:document:sap:rfc:functions"

xmlns:xs="http://www.w3.org/2001/XMLSchema"

xmlns:ns0="http://peoplesoft.com/APC_WORKER2_CI"

xmlns:fn="http://www.w3.org/2005/xpath-functions"

xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<SUCCESS>Y</SUCCESS>

</ns1:Z_HPA_357_PROVISION_USER_IMS.Response>

-santosh.

Edited by: santosh koraddi on Mar 24, 2011 7:32 PM