]> granicus.if.org Git - docbook-dsssl/commitdiff
Use foil properties
authorNorman Walsh <ndw@nwalsh.com>
Fri, 5 Nov 2004 12:26:18 +0000 (12:26 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 5 Nov 2004 12:26:18 +0000 (12:26 +0000)
slides/xsl/fo/plain.xsl

index 187c6abb637e01c9f8a1fec1eebcdf91efcf37a1..69cedc8055765596401fa97bbfb2a08b3405b0f3 100644 (file)
         <xsl:call-template name="anchor">
           <xsl:with-param name="conditional" select="0"/>
         </xsl:call-template>
+
+       <xsl:if test="*[not(self::foil)]">
+         <fo:block xsl:use-attribute-sets="foil.properties" space-after="1em">
+           <xsl:apply-templates select="*[not(self::foil)]"/>
+         </fo:block>
+       </xsl:if>
+
        <xsl:call-template name="foilgroup.titlepage"/>
-        <fo:block xsl:use-attribute-sets="foil.properties">
-          <xsl:apply-templates select="*[not(self::foil)]"/>
-        </fo:block>
       </fo:block>
     </fo:flow>
   </fo:page-sequence>