changeset 4830:2c863b4a8f93

Converted DOS-style newlines.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 30 Aug 2012 16:05:43 +0000
parents 40de49cf6b37
children 5e3bda6f5208
files docs/xsls/dump.xsls
diffstat 1 files changed, 29 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- 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="'&#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(.)='']" {}
--->
-
-}
+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(.)='']" {}
+-->
+
+}