Re: [xsl] transform xml using xsl into a dynamic xsl...

Subject: Re: [xsl] transform xml using xsl into a dynamic xsl...
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 30 May 2007 00:09:19 +0200
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

Current Thread