Subject: Re: Removing unwanted namespaces
From: Markus Abt <abt@xxxxxxxx>
Date: Fri, 13 Jan 2012 16:31:01 +0100
|
Hi Wendell,
It copies all namespaces that are actually used on elements in the input document.
This is not what the OP wanted.
Markus
----------
Von: Wendell Piez
Gesendet: Donnerstag, 12. Januar 2012 17:03
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Betreff: Re: Removing unwanted namespaces
Hi Markus,
On 1/11/2012 6:25 PM, Markus Abt wrote:
> Wendell Piez wrote:
>> <xsl:copy-of select="//namespace::*[.=namespace-uri(..)]"/>
>
> Doesn't this copy all the namespace nodes from input to output document?
No, it will copy all namespaces that are actually used on elements.
Leave off the filter expression (the predicate) to get all of them.
Cheers,
Wendell
======================================================================
Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9635
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
|