Ignore:
Timestamp:
May 9, 2007, 3:06:54 PM (16 years ago)
Author:
Nicklas Nordborg
Message:

It is not easier to see error/warning in the output from the docbook.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/docbook/docbook/xsl/html/chunker.xsl

    r3283 r3316  
    101101      </xsl:if>
    102102      <xsl:text>Writing </xsl:text>
    103       <xsl:value-of select="$filename"/>
     103      <xsl:if test="$chunker.message.nofilename = 0">
     104        <xsl:value-of select="$filename"/>
     105   </xsl:if>
    104106      <xsl:if test="name(.) != '' and $suppress-context-node-name = 0">
    105107        <xsl:text> for </xsl:text>
Note: See TracChangeset for help on using the changeset viewer.