Re: [xsl] Trying to understand XSLT processing

Subject: Re: [xsl] Trying to understand XSLT processing
From: Syd Bauman <Syd_Bauman@xxxxxxxxx>
Date: Mon, 14 Dec 2009 22:51:09 -0500
I'm not sure <xsl:copy-of> is really the right way to do this, but
surely you need the namespaces to match.

In your XML:
    xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/";
In your XSLT:
    xmlns:SOAP="http://www.w3.org/2003/05/soap-envelope";    

Current Thread