diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2012-08-30 16:05:43 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2012-08-30 16:05:43 +0000 |
| commit | 440ab7aec1d63031d24e36150e04cf80fbcb5836 (patch) | |
| tree | 5fbbc53aac6bf7ccb49d64e2931fe44c5d42b6c5 /docs/xsls | |
| parent | 9d6d33a5613544b68e5ad8298cb164e71d56548c (diff) | |
| download | nginx-440ab7aec1d63031d24e36150e04cf80fbcb5836.tar.gz nginx-440ab7aec1d63031d24e36150e04cf80fbcb5836.tar.bz2 | |
Converted DOS-style newlines.
Diffstat (limited to 'docs/xsls')
| -rw-r--r-- | docs/xsls/dump.xsls | 58 |
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="'
'") = "*" {
- !{$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="'
'") = "*" { + !{$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(.)='']" {} +--> + +} |
