David Carlisle wrote:
M. David Peterson wrote:
<xsl:attribute
name="xmlns:xsl"
That's a syntax error, you can't use xsl:attribute to generate namespace
declarations (as they are not attributes to XPath), use the namespace
attribute of xsl:element. (or in this case, since the xsl namespace
prefix is already in scope, don't doanything at all, and teh system will
automatically add namespace declarations as needed.
David
for the sake of the archive, I repost this to the correct thread,
somehow the subject line got mixed up to the one of another thread.
-- Abel
--~------------------------------------------------------------------
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>
--~--