RE: [xsl] Creating a XSL to return the input

Subject: RE: [xsl] Creating a XSL to return the input
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 4 Mar 2003 23:54:21 -0000
> I would like to create an XSL that takes an XML file and 
> returns it as its 
> output. Is that easy to do?
> 
Dead easy:

<xsl:template match="/"><xsl:copy-of select="."/></xsl:template>

But why on earth would you want to do this?

Michael Kay


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


Current Thread