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