AW: [xsl] unity transformation

Subject: AW: [xsl] unity transformation
From: "Mengel Andre (FV/SLM) *" <Andre.Mengel@xxxxxxxxxxxx>
Date: Tue, 9 Oct 2001 14:35:36 +0200
Dear Steve,

an example for that what you want is given
in the XSLT-Spec and looks as follows:


<xsl:template match="@*|node()">
	<xsl:copy>
		<xsl:apply-templates select="@*|node()"/>
	</xsl:copy>
</xsl:template>

> -----Ursprüngliche Nachricht-----
> Von: Steve Renshaw [mailto:renshaw_steve@xxxxxxxxxxx]
> Gesendet: Dienstag, 9. Oktober 2001 14:26
> An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Betreff: [xsl] unity transformation
> 
> 
> What is a simple way to copy the entire input XML to the
> output unchanged?
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at 
> http://explorer.msn.com/intl.asp
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

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


Current Thread