Converted DOS-style newlines.

This commit is contained in:
Ruslan Ermilov 2012-08-30 16:05:43 +00:00
parent 4e63f32acc
commit 75795fe26f

View file

@ -1,29 +1,29 @@
X:stylesheet { X:stylesheet {
X:output method="xml" X:output method="xml"
X:param indent-increment="' '"; X:param indent-increment="' '";
X:template noname(indent="'
'") = "*" { X:template noname(indent="'
'") = "*" {
!{$indent} !{$indent}
X:if "name()='xsl:template'" { X:if "name()='xsl:template'" {
!{$indent} !{$indent}
} }
X:copy { X:copy {
X:copy-of "@*" X:copy-of "@*"
!!( indent = "concat($indent, $indent-increment)" ); !!( indent = "concat($indent, $indent-increment)" );
X:if "./* " { !{$indent} } X:if "./* " { !{$indent} }
} }
} }
X:template = "comment()|processing-instruction()" { X:template = "comment()|processing-instruction()" {
X:copy; X:copy;
} }
<!-- <!--
X:template ="text()[normalize-space(.)='']" {} X:template ="text()[normalize-space(.)='']" {}
--> -->
} }