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]

AW: unity transformation


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@hotmail.com]
> Gesendet: Dienstag, 9. Oktober 2001 14:26
> An: xsl-list@lists.mulberrytech.com
> 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


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