We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d016b28 commit 8607092Copy full SHA for 8607092
htmlbook-xsl/chunk.xsl
@@ -423,15 +423,13 @@ sect5:s
423
</xsl:call-template>
424
</xsl:when>
425
<xsl:otherwise>
426
- <xsl:if test="$is-xref = 1">
427
<xsl:call-template name="log-message">
428
<xsl:with-param name="type" select="'WARNING'"/>
429
<xsl:with-param name="message">
430
<xsl:text>Unable to locate target for a element with @href value:</xsl:text>
431
<xsl:value-of select="@href"/>
432
</xsl:with-param>
433
434
- </xsl:if>
435
<!-- Oh well, just copy any existing href to output -->
436
<xsl:apply-templates select="@href"/>
437
</xsl:otherwise>
0 commit comments