Converted DOS-style newlines.
This commit is contained in:
parent
4e63f32acc
commit
75795fe26f
1 changed files with 29 additions and 29 deletions
|
@ -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(.)='']" {}
|
||||||
-->
|
-->
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue