Converted DOS-style newlines.
diff --git a/docs/xsls/dump.xsls b/docs/xsls/dump.xsls
index 6b39966..05bc791 100644
--- a/docs/xsls/dump.xsls
+++ b/docs/xsls/dump.xsls
@@ -1,29 +1,29 @@
-X:stylesheet {

-

-X:output method="xml"

-X:param indent-increment="'   '";

-

-X:template noname(indent="'
'") = "*" {

-	!{$indent}

-

-	X:if "name()='xsl:template'" {

-		!{$indent}

-	}

-

-	X:copy {

-	   X:copy-of "@*"

-     	   !!( indent = "concat($indent, $indent-increment)" );

-	   X:if "./* " { !{$indent}  }

-	}

-}

-

- 

-X:template = "comment()|processing-instruction()" {

-    X:copy;

-}

-

-<!--

-X:template ="text()[normalize-space(.)='']" {}

--->

-

-}

+X:stylesheet {
+
+X:output method="xml"
+X:param indent-increment="'   '";
+
+X:template noname(indent="'&#xA;'") = "*" {
+        !{$indent}
+
+        X:if "name()='xsl:template'" {
+                !{$indent}
+        }
+
+        X:copy {
+           X:copy-of "@*"
+           !!( indent = "concat($indent, $indent-increment)" );
+           X:if "./* " { !{$indent}  }
+        }
+}
+
+ 
+X:template = "comment()|processing-instruction()" {
+    X:copy;
+}
+
+<!--
+X:template ="text()[normalize-space(.)='']" {}
+-->
+
+}