[Home] [By Thread] [By Date] [Recent Entries]
Bhashetty, Mahesh (GTI) wrote:
I would like to replace the xml header with the soap envelope header and everything else should remain the same. How should I test this xsl? Which is simple and good xslt processor?
<xsl:output method="xml" omit-xml-declaration="yes"/> <xsl:template match="/"> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body><setResearchOpinion xmlns="http://www.dsd.ml.com/x4ml/TGRPC0HQ/Custom"> <xsl:copy-of select="*"/> <soap:Body> </soap:Envelope> </xsl:template> </xsl:stylesheet> -- Martin Honnen http://JavaScript.FAQTs.com/
|

Cart



