]> granicus.if.org Git - docbook-dsssl/commitdiff
Added hyphenation support
authorNorman Walsh <ndw@nwalsh.com>
Sat, 12 Apr 2003 20:54:37 +0000 (20:54 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 12 Apr 2003 20:54:37 +0000 (20:54 +0000)
xsl/fo/biblio.xsl

index 3e31abfdb7c098394bfe78c564bdc70392e65815..cb4ed53616185ed5514b30d6a1f1cdf2e5bf3a30 100644 (file)
         <xsl:if test="$double.sided != 0">
           <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
         </xsl:if>
+        <xsl:attribute name="hyphenation-character">
+          <xsl:call-template name="gentext">
+            <xsl:with-param name="key" select="'hyphenation-character'"/>
+          </xsl:call-template>
+        </xsl:attribute>
+        <xsl:attribute name="hyphenation-push-character-count">
+          <xsl:call-template name="gentext">
+            <xsl:with-param name="key" select="'hyphenation-push-character-count'"/>
+          </xsl:call-template>
+        </xsl:attribute>
+        <xsl:attribute name="hyphenation-remain-character-count">
+          <xsl:call-template name="gentext">
+            <xsl:with-param name="key" select="'hyphenation-remain-character-count'"/>
+          </xsl:call-template>
+        </xsl:attribute>
 
         <xsl:apply-templates select="." mode="running.head.mode">
           <xsl:with-param name="master-reference" select="$master-reference"/>