xsl-list
[Top] [All Lists]

Re: no attributes outputed when chaining transformations

2004-12-16 14:23:20
What is the result when you drop the 'exclude-result-prefixes' attribute on xsl:stylesheet?

I see no effect on the result when I drop this attribute.

Sorry that I can't really help any further. Have you tried using non-namespace specific algorithms like xsl:copy-of select="@*"? And what happens when you change the default namespace in your xsl into a named namespace?

Cheers

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