1 <xsl:stylesheet version=
"1.0"
2 xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform">
4 <xsl:output method=
"xml" omit-xml-declaration=
"yes"/>
6 <xsl:strip-space elements=
"*"/>
8 <xsl:template match=
"@*|node()">
10 <xsl:apply-templates select=
"@*|node()"/>