Re: [xsl] Identity transformation (without using xsl:copy)

Subject: Re: [xsl] Identity transformation (without using xsl:copy)
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 18 Mar 2002 18:40:36 +0100 (MET)
> Does anyone have a stylesheet which does an identity transformation
> without using xsl:copy? 

Why??

To answer your question: both xsl:element and xsl:attribute may take
a namespace attribute:

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

namespace="{namespace-uri()}"

>             <xsl:for-each select="@*">
>                 <xsl:attribute name="{name(.)}">

dito

Cheers,
Oliver

/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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


Current Thread