]> granicus.if.org Git - docbook-dsssl/commitdiff
Apparently blank-body does work with fop1.extensions.
authorBob Stayton <bobs@sagehill.net>
Sun, 14 May 2006 20:31:04 +0000 (20:31 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 14 May 2006 20:31:04 +0000 (20:31 +0000)
xsl/fo/pagesetup.xsl

index cd8f29a8e258eed605180641f5d2b4c7717e6dbc..3581bbf71d4818817a435bbcc5095ee759851cc2 100644 (file)
@@ -72,7 +72,7 @@
       <fo:region-body display-align="center"
                       margin-bottom="{$body.margin.bottom}"
                       margin-top="{$body.margin.top}">
-        <xsl:if test="$fop.extensions = 0 and $fop1.extensions = 0">
+        <xsl:if test="$fop.extensions = 0">
           <xsl:attribute name="region-name">blank-body</xsl:attribute>
         </xsl:if>
       </fo:region-body>
 
   <xsl:call-template name="footnote-separator"/>
 
-  <xsl:if test="$fop.extensions = 0 and $fop1.extensions = 0">
+  <xsl:if test="$fop.extensions = 0">
     <xsl:call-template name="blank.page.content"/>
   </xsl:if>
 </xsl:template>