hi,
i need to remove the prefixes (namespaces) of my soap messages using XSLT. how? exclude-result-prefixes of the stylesheet tag doesn't do the job. any other ideas how to copy (<xsl:copy-to>) the entire xml message without the namespace prefixes?
<SOAP-ENV:Envelope>
<SOAP-ENV:Body>
<m:getStockQuote ...
i need to remove the prefixes (namespaces) of my soap messages using XSLT. how? exclude-result-prefixes of the stylesheet tag doesn't do the job. any other ideas how to copy (<xsl:copy-to>) the entire xml message without the namespace prefixes?
<SOAP-ENV:Envelope>
<SOAP-ENV:Body>
<m:getStockQuote ...