xsl-list
[Top] [All Lists]

Re: [xsl] Trying to understand XSLT processing

2009-12-14 22:51:33
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";    

--~------------------------------------------------------------------
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>
--~--