RE: [xsl] Trying to understand XSLT processing

Subject: RE: [xsl] Trying to understand XSLT processing
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 15 Dec 2009 17:43:38 -0000
> 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 

Current Thread