From 56741ddb7b9709e662fe9fa1d1be260f5e23e294 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Mon, 4 Nov 2019 11:36:06 +0100 Subject: [PATCH] explicitely name match attribute --- yslt.yml2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yslt.yml2 b/yslt.yml2 index fbce464..b10264a 100644 --- a/yslt.yml2 +++ b/yslt.yml2 @@ -49,7 +49,7 @@ in xsl { output *output; const "space", !"'" + " " * 200 + "'"!; param "autoindent", 4; - xsl:template "text()"; + xsl:template match="text()"; content; }, tstylesheet is textstylesheet;