summaryrefslogtreecommitdiffhomepage
path: root/docs/xsls
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-08-30 16:05:43 +0000
committerRuslan Ermilov <ru@nginx.com>2012-08-30 16:05:43 +0000
commit440ab7aec1d63031d24e36150e04cf80fbcb5836 (patch)
tree5fbbc53aac6bf7ccb49d64e2931fe44c5d42b6c5 /docs/xsls
parent9d6d33a5613544b68e5ad8298cb164e71d56548c (diff)
downloadnginx-440ab7aec1d63031d24e36150e04cf80fbcb5836.tar.gz
nginx-440ab7aec1d63031d24e36150e04cf80fbcb5836.tar.bz2
Converted DOS-style newlines.
Diffstat (limited to 'docs/xsls')
-rw-r--r--docs/xsls/dump.xsls58
1 files changed, 29 insertions, 29 deletions
diff --git a/docs/xsls/dump.xsls b/docs/xsls/dump.xsls
index 6b39966a0..05bc79125 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="'&#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(.)='']" {}
+-->
+
+}