]> granicus.if.org Git - docbook-dsssl/commitdiff
fixed syntax error
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 7 Mar 2008 09:54:25 +0000 (09:54 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 7 Mar 2008 09:54:25 +0000 (09:54 +0000)
xsl/common/refentry.xsl

index 17833c766cca64ec6aee0f3259666d210be15be9..3f3ae4ecbb90da812b0582b53ad330bdb9100fc6 100644 (file)
           <!-- * we have nothing appropriate to use for manual, and no fallback -->
           <!-- * content, so report insert a fixme -->
           <xsl:text>[FIXME: manual]</xsl:text>
+          <xsl:if test="$refentry.meta.get.quietly = 0">
             <xsl:call-template name="log.message">
               <xsl:with-param name="level">Warn</xsl:with-param>
               <xsl:with-param name="source" select="$refname"/>
       <!-- * we have nothing appropriate to use for manual, and no fallback -->
       <!-- * given, so insert a fixme -->
       <xsl:text>[FIXME: manual]</xsl:text>
+      <xsl:if test="$refentry.meta.get.quietly = 0">
         <xsl:call-template name="log.message">
           <xsl:with-param name="level">Warn</xsl:with-param>
           <xsl:with-param name="source" select="$refname"/>