RE: xml in, xml out

Subject: RE: xml in, xml out
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 1 Jun 2000 12:48:36 +0100
> wanted:
> an xsl stylesheet that mimics/recreates the xml it receives as input.\

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

Mike Kay


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


Current Thread