]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed epigraph template so it processes all of its allowed
authorBob Stayton <bobs@sagehill.net>
Fri, 6 Dec 2002 17:40:13 +0000 (17:40 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 6 Dec 2002 17:40:13 +0000 (17:40 +0000)
children, not just para.

xsl/fo/block.xsl

index 45e7a708b91482a42ec2cb5156b117fa253ea67d..a5a4613ecadde36aa5412d81e196e5fad13820a9 100644 (file)
@@ -93,7 +93,7 @@
 <xsl:template match="epigraph">
   <fo:block>
     <xsl:call-template name="anchor"/>
-    <xsl:apply-templates select="para"/>
+    <xsl:apply-templates select="para|simpara|formalpara|literallayout"/>
     <fo:inline>
       <xsl:text>--</xsl:text>
       <xsl:apply-templates select="attribution"/>