Re: [xsl] Trying to understand XSLT processing

Subject: Re: [xsl] Trying to understand XSLT processing
From: Syd Bauman <Syd_Bauman@xxxxxxxxx>
Date: Tue, 15 Dec 2009 12:27:34 -0500
It looks like my previous reply to this post didn't make the list
(not sure why not), so I'm trying again. Appologies if this is a
repeat.
---------
I'm not sure <xsl:copy-of> is really the right way to do this, but
surely you need the namespaces to match, no?

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