xsl-list
[Top] [All Lists]

RE: Adding namespaces with copy-of

2003-02-24 07:38:18
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



<Prev in Thread] Current Thread [Next in Thread>