]> granicus.if.org Git - docbook-dsssl/commitdiff
Implemented feature request #1434408 to support formatting of
authorBob Stayton <bobs@sagehill.net>
Sun, 7 May 2006 05:43:21 +0000 (05:43 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 7 May 2006 05:43:21 +0000 (05:43 +0000)
biblioentry.

xsl/fo/biblio.xsl

index 489a11cc18eaaa88161cb9c83fdb199283df7d51..0a73c020dadd3e5d92e8c54bd62ebbde7bf3c87e 100644 (file)
       </xsl:choose>
     </xsl:when>
     <xsl:otherwise>
-      <fo:block id="{$id}" xsl:use-attribute-sets="normal.para.spacing"
-                start-indent="0.5in" text-indent="-0.5in">
+      <fo:block id="{$id}" xsl:use-attribute-sets="biblioentry.properties">
         <xsl:copy-of select="$label"/>
         <xsl:apply-templates mode="bibliography.mode"/>
       </fo:block>
       </xsl:choose>
     </xsl:when>
     <xsl:otherwise>
-      <fo:block id="{$id}" xsl:use-attribute-sets="normal.para.spacing"
-                start-indent="0.5in" text-indent="-0.5in">
+      <fo:block id="{$id}" xsl:use-attribute-sets="biblioentry.properties">
         <xsl:copy-of select="$label"/>
         <xsl:apply-templates mode="bibliomixed.mode"/>
       </fo:block>