|
From: Tim W. <tw...@re...> - 2005-03-09 17:52:32
|
I managed to get some output (hurray!) by adding this bit to the
libfo-compat.xsl style sheet:
--- /usr/share/xml/libfo-0.3.1/libfo-compat.xsl 2005-03-09 15:21:42.000000000 +0000
+++ libfo-compat.xsl 2005-03-09 17:51:33.000000000 +0000
@@ -579,6 +579,12 @@
<xsl:apply-templates/>
</xsl:template>
+ <xsl:template match="fo:region-body/@region-name">
+ <xsl:if test="$verbose">
+ <xsl:message>Removing 'fo:region-body' region-name attribute.</xsl:message>
+ </xsl:if>
+ </xsl:template>
+
<xsl:template match="fo:float">
<xsl:if test="$verbose">
<xsl:message>Removing unsupported 'fo:float'.</xsl:message>
Tim.
*/
|