xsl-list
[Top] [All Lists]

RE: Creating a XSL to return the input

2003-03-04 16:54:21
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