xsl-list
[Top] [All Lists]

Re: [xsl] Trying to understand XSLT processing

2009-12-15 12:28:02
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";    

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--