Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

remove nms (prefix) from tag

Status
Not open for further replies.

russland

Programmer
Jan 9, 2003
315
CH
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 ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top