]> git.kaiwu.me - nginx.git/commitdiff
Converted DOS-style newlines.
authorRuslan Ermilov <ru@nginx.com>
Thu, 30 Aug 2012 16:05:43 +0000 (16:05 +0000)
committerRuslan Ermilov <ru@nginx.com>
Thu, 30 Aug 2012 16:05:43 +0000 (16:05 +0000)
docs/xsls/dump.xsls

index 6b39966a00cd0eeef460a49bae0565aaaa7d1c99..05bc7912524109aaa480a08a7fd1ea9371f8b457 100644 (file)
@@ -1,29 +1,29 @@
-X:stylesheet {\r
-\r
-X:output method="xml"\r
-X:param indent-increment="'   '";\r
-\r
-X:template noname(indent="'&#xA;'") = "*" {\r
-       !{$indent}\r
-\r
-       X:if "name()='xsl:template'" {\r
-               !{$indent}\r
-       }\r
-\r
-       X:copy {\r
-          X:copy-of "@*"\r
-          !!( indent = "concat($indent, $indent-increment)" );\r
-          X:if "./* " { !{$indent}  }\r
-       }\r
-}\r
-\r
\r
-X:template = "comment()|processing-instruction()" {\r
-    X:copy;\r
-}\r
-\r
-<!--\r
-X:template ="text()[normalize-space(.)='']" {}\r
--->\r
-\r
-}\r
+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(.)='']" {}
+-->
+
+}