Subject: Re: Re: Excluding one particular attribute(namespace) when copying elements
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 1 Nov 2003 00:17:43 GMT
|
> My question is: Why the "xmlna:xsi......." was
> inserted in the element x here?
The scope of a namespace declaration is all descendent elements so your
source file had a namespace node representing the schema instance
namespace on all elements. When you copy a node, you copy its namespaces
as well.
David
--
http://www.dcarlisle.demon.co.uk/matthew
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|