From a38327b50591aa81efdddf0d06679e9e9b4d1b9b Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 11 Dec 2017 10:41:36 -0500 Subject: [PATCH] expand: Continue macro expansion after @dim conversion This was recently introduced and was noticed because c:let/@name was not being generated under certain circumstances. * src/current/include/preproc/expand.xsl (preproc:expand): Continue applying templates after @dim expansion (rather than copying child nodes). --- src/current/include/preproc/expand.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/include/preproc/expand.xsl b/src/current/include/preproc/expand.xsl index c43fcc2d..6f6503e5 100644 --- a/src/current/include/preproc/expand.xsl +++ b/src/current/include/preproc/expand.xsl @@ -157,7 +157,7 @@ - +