]> granicus.if.org Git - docbook-dsssl/commitdiff
informal.object template now handles informalequation.
authorBob Stayton <bobs@sagehill.net>
Wed, 11 Feb 2004 18:15:50 +0000 (18:15 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 11 Feb 2004 18:15:50 +0000 (18:15 +0000)
xsl/fo/formal.xsl

index a13aded33f74882f3ef9feb00d58ece8824805c7..3ff5c2f817cf4acfe7637cdea1034a126ccf4cb7 100644 (file)
   </xsl:variable>
 
   <xsl:choose>
-    <xsl:when test="local-name(.) = 'equation'">
+    <xsl:when test="local-name(.) = 'equation' or 
+                    local-name(.) = 'informalequation'">
       <fo:block id="{$id}"
                 xsl:use-attribute-sets="equation.properties">
         <xsl:apply-templates/>