Revision: 14399
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 2, 2009 14:33 by gryzzly
Initial Code
<xsl:output method='xml' version="1.0" indent='yes'/> <xsl:template match="/"> <xsl:copy-of select="."/> </xsl:template>
Initial URL
Initial Description
This is just something very simple that I needed to do. It outputs an xml without any change at all.
Initial Title
Ouput unformatted XML with XSLT
Initial Tags
xml
Initial Language
XML