RE: [xsl] xsl templates, Removing spurious namespace declarations in output elements

Subject: RE: [xsl] xsl templates, Removing spurious namespace declarations in output elements
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 8 Apr 2003 20:29:53 +0100
> For another example, I might want to convert

Oh in that case you should be in good shape: you're not using xsl:copy-of
if it's called gml:X on the way in and <Point on the way out.

If you are not copying nodes from the source, the only other place
namespace nodes can come from is the stylesheet and
exclude-result-prefixes
should enable you to stop any unwanted namespace nodes coming from
stylesheet namespace declarations.

David

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread