Author: wyoung
Date: Tue Jan  8 19:42:25 2008
New Revision: 2111

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2111&view=rev
Log:
Enabling FOP extensions to DocBook style sheets in PDF mode, to possibly
avoid warning about table-layout="auto" with newer stylesheets.

Modified:
    trunk/doc/userman/fo.xsl

Modified: trunk/doc/userman/fo.xsl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/fo.xsl?rev=2111&r1=2110&r2=2111&view=diff
==============================================================================
--- trunk/doc/userman/fo.xsl (original)
+++ trunk/doc/userman/fo.xsl Tue Jan  8 19:42:25 2008
@@ -62,4 +62,10 @@
        <xsl:attribute-set name="monospace.verbatim.properties">
                <xsl:attribute name="font-size">85%</xsl:attribute>
        </xsl:attribute-set>
+
+       <!-- Turn on extensions in DocBook stylesheets which make it use
+            code that FOP 0.9x likes better.  Doesn't affect anything with
+                        the 1.69.1 stylesheets we're using on EL5, but is said 
to help
+                        with 1.72 at least. -->
+       <xsl:param name="fop1.extensions" select="1"/>
 </xsl:stylesheet>


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to