Skip to content
Snippets Groups Projects
Commit 375e89c6 authored by Goik Martin's avatar Goik Martin
Browse files

Enhanced log info excluded calloutlists

parent a646c3ff
No related branches found
No related tags found
No related merge requests found
......@@ -617,9 +617,11 @@
<!-- Ignore e.g. calloutlist elements inside figure -->
<xsl:template match="*[contains(@role, 'slideExclude')]">
<xsl:message>
<xsl:text>Excluding &lt;</xsl:text>
<xsl:text>Excluding '</xsl:text>
<xsl:value-of select="name(.)"/>
<xsl:text>&gt; from slides</xsl:text>
<xsl:text>[@role="slideExclude"]' from slides, parent figure @xml:id='</xsl:text>
<xsl:value-of select="ancestor::d:figure/@xml:id"/>
<xsl:text>'</xsl:text>
</xsl:message>
</xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment