[nginx] svn commit: r4831 - trunk/docs/xsls

ru at nginx.com ru at nginx.com
Thu Aug 30 16:05:43 UTC 2012


Author: ru
Date: 2012-08-30 16:05:43 +0000 (Thu, 30 Aug 2012)
New Revision: 4831
URL: http://trac.nginx.org/nginx/changeset/4831/nginx

Log:
Converted DOS-style newlines.


Modified:
   trunk/docs/xsls/dump.xsls

Modified: trunk/docs/xsls/dump.xsls
===================================================================
--- trunk/docs/xsls/dump.xsls	2012-08-30 15:09:21 UTC (rev 4830)
+++ trunk/docs/xsls/dump.xsls	2012-08-30 16:05:43 UTC (rev 4831)
@@ -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(.)='']" {}
+-->
+
+}



More information about the nginx-devel mailing list