xsl-list
[Top] [All Lists]

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

2007-03-22 08:02:09

which means, imo, that the declaration for the 'http://www.xyz.com' 
namespace, which is put on the RLE 'elem' is moved to an descendant, 
namely the 'test:other-ns-now' element.

not moved no, that namespace node wasn't placed in the result tree as
the e-r-p declaration at the top suppressed it, so there is nothing to
serialise at that point. The namespace node on <test:other-ns-now>
can't be surpressed so it is copied to teh result tree, and is
serialised as you show.

David

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

<Prev in Thread] Current Thread [Next in Thread>