]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix error message for namespace fixup.
authorBob Stayton <bobs@sagehill.net>
Fri, 7 Feb 2014 19:09:52 +0000 (19:09 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 7 Feb 2014 19:09:52 +0000 (19:09 +0000)
xsl/webhelp/xsl/webhelp-common.xsl

index 47b2f566241ce7f6858ec45ff3d97131c5a33d6a..0f99d193b014dabb9d95284503f05ea23194aaaf 100644 (file)
@@ -404,16 +404,6 @@ border: none; background: none; font-weight: none; color: none; }
          </xsl:with-param>
       </xsl:call-template>
                -->
-               <xsl:call-template name="log.message">
-                 <xsl:with-param name="level">Note</xsl:with-param>
-                 <xsl:with-param name="source" select="$doc.title"/>
-                 <xsl:with-param name="context-desc">
-                       <xsl:text>namesp. cut</xsl:text>
-                 </xsl:with-param>
-                 <xsl:with-param name="message">
-                       <xsl:text>processing stripped document</xsl:text>
-                 </xsl:with-param>
-               </xsl:call-template>
                <xsl:apply-templates select="exsl:node-set($nons)"/>
          </xsl:when>
           <!-- Can't process unless namespace fixed with exsl node-set()-->