[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Adding namespaces with copy-of


Subject: RE: [xsl] Adding namespaces with copy-of
From: Jarno.Elovirta@xxxxxxxxx
Date: Mon, 24 Feb 2003 16:38:18 +0200

> is there a possibility to copy an element into another 
> namespace with means
> of <xsl:copy-of> ?

No, you have to use

  ...
  <xsl:element name="{local-name()}">
    ...

If you want a "copy" in null-namespace.

Cheers,

Jarno - Aghast View: Fieldlights

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread