This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Identity transformation (without using xsl:copy)


> 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@informatik.hu-berlin.de             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]