]> granicus.if.org Git - docbook-dsssl/commitdiff
Added message if the master-name is unrecognized
authorNorman Walsh <ndw@nwalsh.com>
Sat, 10 Nov 2001 15:04:46 +0000 (15:04 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 10 Nov 2001 15:04:46 +0000 (15:04 +0000)
xsl/fo/pagesetup.xsl

index 82116e6e57523fc8465086baf0abe06ee4aa51ef..57f26bbc89d2bf1cc277f89542ee34173df10dec 100644 (file)
         </fo:block>
       </fo:static-content>
     </xsl:when>
+    <xsl:otherwise>
+      <xsl:message>
+        <xsl:text>Unexpected master-name (</xsl:text>
+        <xsl:value-of select="$master-name"/>
+        <xsl:text>) in running.foot.mode for </xsl:text>
+        <xsl:value-of select="name(.)"/>
+        <xsl:text>. No footer generated.</xsl:text>
+      </xsl:message>
+    </xsl:otherwise>
   </xsl:choose>
 </xsl:template>