From 2878d1099c90e50e01d60eb44ab1fe8479d9adb7 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 5 Dec 2017 15:07:29 -0500 Subject: [PATCH] Defer inline-templates with sym-set until symtable is available Other code relied on expand-sequence, but this really should be implicit, since it is deceptively useless otherwise. * src/current/include/preproc/template.xsl (preproc:macros): Defer processing of inline-template with sym-set until symbol table is available. --- src/current/include/preproc/template.xsl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/current/include/preproc/template.xsl b/src/current/include/preproc/template.xsl index 14868e95..0b6d2486 100644 --- a/src/current/include/preproc/template.xsl +++ b/src/current/include/preproc/template.xsl @@ -328,6 +328,20 @@ + + + + + + + + +