comparison docs/xsls/dump.xsls @ 4830:2c863b4a8f93

Converted DOS-style newlines.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 30 Aug 2012 16:05:43 +0000
parents 551102312e19
children
comparison
equal deleted inserted replaced
4829:40de49cf6b37 4830:2c863b4a8f93
2 2
3 X:output method="xml" 3 X:output method="xml"
4 X:param indent-increment="' '"; 4 X:param indent-increment="' '";
5 5
6 X:template noname(indent="'&#xA;'") = "*" { 6 X:template noname(indent="'&#xA;'") = "*" {
7 !{$indent} 7 !{$indent}
8 8
9 X:if "name()='xsl:template'" { 9 X:if "name()='xsl:template'" {
10 !{$indent} 10 !{$indent}
11 } 11 }
12 12
13 X:copy { 13 X:copy {
14 X:copy-of "@*" 14 X:copy-of "@*"
15 !!( indent = "concat($indent, $indent-increment)" ); 15 !!( indent = "concat($indent, $indent-increment)" );
16 X:if "./* " { !{$indent} } 16 X:if "./* " { !{$indent} }
17 } 17 }
18 } 18 }
19 19
20 20
21 X:template = "comment()|processing-instruction()" { 21 X:template = "comment()|processing-instruction()" {
22 X:copy; 22 X:copy;