xsl-list
[Top] [All Lists]

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

2007-05-30 05:14:22

O, thanks, I missed that answer. I found it isn't needed, because
the namespaces are added automatically to the result if I defined
them in the outer xsl:stylesheet element
If you do not specify it, your stylesheet is not xslt anymore. You
wanted to create XSLT from XSLT. Which means that the XSLT namespace
is already bound; always.

If you also use other namespaces in your result document, of course
you will need to specify them too.

-- Abel Braaksma
That is what I tried in the xsl:element + xsl:attribute combination. But it's fine now.

-- Kai Hackemesser

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