xsl-list
[Top] [All Lists]

Re: [xsl] How to get rid of some namespace declarations

2009-06-12 04:48:16
On 12/06/2009, David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:

oh sorry I think xf was coming from input not the stylesheet in which
case you may also need teh xslt 2 feature:

<xsl:copy-of copy-namespaces = "no"

when you use xsl:copy.

Adding the copy-namespaces="no" to all xsl:copy and xsl:copy-of
is the solution. Thank you, David!

Manfred

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