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

Removing xsl:message

parent ea13417e
No related branches found
No related tags found
No related merge requests found
......@@ -54,14 +54,9 @@
<xsl:value-of select="$htmlPresentationLinkFileBasename"/>
</xsl:variable>
<xsl:message>
<xsl:text>$htmlPresentationLinkFilename=</xsl:text>
<xsl:value-of select="$htmlPresentationLinkFilename"/>
</xsl:message>
<!--
Hack circumventing docbook XSL bug https://sourceforge.net/p/docbook/bugs/1399
preventing nesting of <inlinemediaobject> descendant inside <figure>/<title>.
preventing nesting of <inlinemediaobject> descendants inside <figure>/<title>.
-->
<xsl:result-document href="target/profile/{$htmlPresentationLinkFilename}" method="html" encoding="utf-8" indent="no">
......
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