xsl-list
[Top] [All Lists]

Re: [xsl] Removing unwanted namespaces

2012-01-13 09:31:32
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(_at_)lists(_dot_)mulberrytech(_dot_)com
Betreff:        Re: [xsl] 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(_at_)mulberrytech(_dot_)com
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
======================================================================

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



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