xsl-list
[Top] [All Lists]

RE: [xsl] Trying to understand XSLT processing

2009-12-15 12:44:07
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";    


Yes, but that shouldn't affect <xsl:copy-of select="."/>. The reason that
wasn't working is that the XSLT processor (Xalan?) is swallowing element
content within xsl:message (as it is entitled to do).

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 


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