beremiz
Clone
Summary
Browse
Changes
Graph
yslt_noindent : Avoid YSLT's indent logic to interfere when using linequote.
svghmi
2019-08-20, Edouard Tisserant
42a7ef43a0d8
Parents
7345bd8a98eb
Children
2684d643f60f
yslt_noindent : Avoid YSLT's indent logic to interfere when using linequote.
1 files changed, 6 insertions(+), 0 deletions(-)
+6
-0
yslt_noindent.yml2
--- a/yslt_noindent.yml2 Wed Aug 14 13:06:03 2019 +0200
+++ b/yslt_noindent.yml2 Tue Aug 20 10:01:18 2019 +0200
@@ -1,4 +1,8 @@
include yslt.yml2
+!!
+def indent(level):
+ return ""
+!!
in xsl {
decl istylesheet (
@@ -12,6 +16,8 @@
content;
};
+ decl indent() alias -;
+
decl template(match) {
content;
};