]> granicus.if.org Git - docbook-dsssl/commitdiff
Print warning message when an unhandled tag is encountered
authorNorman Walsh <ndw@nwalsh.com>
Tue, 17 Apr 2001 10:51:30 +0000 (10:51 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 17 Apr 2001 10:51:30 +0000 (10:51 +0000)
xsl/fo/docbook.xsl

index a4355f8ba08d8272104bc87a97d614453034dfeb..78431a2d46944815952b7a22e4db21496cb63bd0 100644 (file)
 <!-- ==================================================================== -->
 
 <xsl:template match="*">
+  <xsl:message>
+    <xsl:value-of select="name(.)"/>
+    <xsl:text> encountered, but no template matches.</xsl:text>
+  </xsl:message>
   <fo:block color="red">
     <xsl:text>&lt;</xsl:text>
     <xsl:value-of select="name(.)"/>