tests/auto/xmlpatterns/stylesheets/copyWholeDocument.xsl
branchRCL_3
changeset 7 3f74d0d4af4c
parent 0 1918ee327afb
--- a/tests/auto/xmlpatterns/stylesheets/copyWholeDocument.xsl	Mon Mar 15 12:43:09 2010 +0200
+++ b/tests/auto/xmlpatterns/stylesheets/copyWholeDocument.xsl	Thu Apr 08 14:19:33 2010 +0300
@@ -1,9 +1,9 @@
-<xsl:stylesheet
-    version="2.0"
-    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-    <xsl:template match="/">
-        <xsl:copy-of select="."/>
-    </xsl:template>
-
-</xsl:stylesheet>
+<xsl:stylesheet
+    version="2.0"
+    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+    <xsl:template match="/">
+        <xsl:copy-of select="."/>
+    </xsl:template>
+
+</xsl:stylesheet>