Converted DOS-style newlines.

This commit is contained in:
Ruslan Ermilov 2012-08-30 16:05:43 +00:00
parent 9d6d33a561
commit 440ab7aec1

View File

@ -4,17 +4,17 @@ X:output method="xml"
X:param indent-increment="' '";
X:template noname(indent="'
'") = "*" {
!{$indent}
!{$indent}
X:if "name()='xsl:template'" {
!{$indent}
}
X:if "name()='xsl:template'" {
!{$indent}
}
X:copy {
X:copy-of "@*"
!!( indent = "concat($indent, $indent-increment)" );
X:if "./* " { !{$indent} }
}
X:copy {
X:copy-of "@*"
!!( indent = "concat($indent, $indent-increment)" );
X:if "./* " { !{$indent} }
}
}