Re: [xsl] copy-of namespace problem

Subject: Re: [xsl] copy-of namespace problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 1 Apr 2005 10:12:21 +0100
  I am copying some elements, and want to exclude the namespace, but the
  copy-namespaces="no" seems not to work. Using Saxon-8.2


the namespace that is part of the element name  is always copied,
otherwise the result would not be namespace well formed. If you want to
change th eelement from being in a namespace from being in no-namespace
then that is changing the node itself so is not a copy, you need to code
that as a template that makes that transformation.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread