]> granicus.if.org Git - docbook-dsssl/commitdiff
Make sure IDs get generated for blockquote and epigraph
authorNorman Walsh <ndw@nwalsh.com>
Sun, 12 May 2002 11:12:02 +0000 (11:12 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 12 May 2002 11:12:02 +0000 (11:12 +0000)
xsl/fo/block.xsl

index 49103d93c56d9555f01599c18c48f0c6994c603f..7680d51209b446822a7904c05781a29c08139fa4 100644 (file)
@@ -69,6 +69,7 @@
 
 <xsl:template match="blockquote">
   <fo:block xsl:use-attribute-sets="blockquote.properties">
+    <xsl:call-template name="anchor"/>
     <fo:block>
       <xsl:if test="title">
         <fo:block xsl:use-attribute-sets="formal.title.properties">
@@ -90,6 +91,7 @@
 
 <xsl:template match="epigraph">
   <fo:block>
+    <xsl:call-template name="anchor"/>
     <xsl:apply-templates select="para"/>
     <fo:inline>
       <xsl:text>--</xsl:text>