Re: [xsl] I need to make sure that all namespace declarations get output to a particular element, not the document element

Subject: Re: [xsl] I need to make sure that all namespace declarations get output to a particular element, not the document element
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 22 Mar 2007 15:08:04 GMT
> what comes out of this template is

where have the other namespaces gone? If they are alreasy output on an
ancestor, then that's correct and to be expected  but if they've just
been dropped then that's a bug  copy-of select self::* is supposed to
copy all namespace nodes  from the source.

David

Current Thread