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).
master
Mike Gerwitz 2017-12-11 10:41:36 -05:00
parent f38e6c896b
commit a38327b505
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
</xsl:choose>
</xsl:attribute>
<xsl:sequence select="node()" />
<xsl:apply-templates select="node()" mode="preproc:expand" />
</xsl:copy>
</xsl:template>