1 Apr 2005 01:08
svn commit: r159649 - forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl
<rgardler <at> apache.org>
2005-03-31 23:08:04 GMT
2005-03-31 23:08:04 GMT
Author: rgardler Date: Thu Mar 31 15:08:04 2005 New Revision: 159649 URL: http://svn.apache.org/viewcvs?view=rev&rev=159649 Log: handle non-standard intermediate format from OOo (temporary wokraround see issue FOR-433) - thanks to Florian G. Haas Modified: forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl Modified: forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl?view=diff&r1=159648&r2=159649 ============================================================================== --- forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl (original) +++ forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl Thu Mar 31 15:08:04 2005 <at> <at> -954,4 +954,16 <at> <at> </fo:block> </xsl:template> +<!-- ====================================================================== --> +<!-- Temporary section - subject to change on short notice --> +<!-- ====================================================================== --> + + <xsl:template match="//style"> + <!-- HACK: The OpenOffice.org input plugin currently produces + intermediate documents that contain a style element, invalid per + the Forrest Document DTD. This style element must be ignored + here. To find out why this is done this way, read the comments(Continue reading)
RSS Feed