]> granicus.if.org Git - docbook-dsssl/commitdiff
Use root.properties
authorNorman Walsh <ndw@nwalsh.com>
Sat, 12 Apr 2003 20:57:02 +0000 (20:57 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 12 Apr 2003 20:57:02 +0000 (20:57 +0000)
xsl/fo/docbook.xsl

index 715e4d6688b49d99ae1dcaf152b3a3d3b459565b..73c11ec76399ea4b973554b5f283b6eec934f5e7 100644 (file)
     </xsl:choose>
   </xsl:variable>
 
-  <fo:root font-family="{$body.font.family}"
-           font-size="{$body.font.size}"
-           text-align="{$alignment}"
-           line-height="{$line-height}">
+  <fo:root xsl:use-attribute-sets="root.properties">
     <xsl:attribute name="language">
       <xsl:call-template name="l10n.language">
         <xsl:with-param name="target" select="/*[1]"/>