[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Trying to understand XSLT processing
> 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|