]> granicus.if.org Git - docbook-dsssl/commitdiff
Expand the "Stripping namespace ..." message to advise users to
authorBob Stayton <bobs@sagehill.net>
Fri, 27 Nov 2009 07:12:27 +0000 (07:12 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 27 Nov 2009 07:12:27 +0000 (07:12 +0000)
use the namespaced stylesheets.

xsl/common/stripns.xsl

index e4cbf5674543ebf5c18aef2eda1273ade756baa0..8885141350d47c2dac699ddd0538692316bbd6ef 100644 (file)
   <xsl:choose>
     <xsl:when test="$local.exsl.node.set.available != 0
                     and (*/self::ng:* or */self::db:*)">
-      <xsl:message>Stripping namespace from DocBook 5 document.</xsl:message>
+      <xsl:message>
+        <xsl:text>Stripping namespace from DocBook 5 document. </xsl:text>
+        <xsl:text>It is suggested to use namespaced version of the stylesheets </xsl:text>
+        <xsl:text>available in distribution file 'docbook-xsl-ns' </xsl:text>
+        <xsl:text>at //http://sourceforge.net/projects/docbook/files/</xsl:text>
+        <xsl:text> which does not require namespace stripping step.</xsl:text>
+      </xsl:message>
       <xsl:variable name="nons">
         <xsl:apply-templates mode="stripNS"/>
       </xsl:variable>