RE: [xsl] unity transformation

Subject: RE: [xsl] unity transformation
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 9 Oct 2001 15:27:49 +0100
> What is a simple way to copy the entire input XML to the
> output unchanged?

copy infile outfile

Or if you want to use XSLT,

<xsl:copy-of select="/"/>

Mike Kay

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


Current Thread