diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-08 19:25:15 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-08 19:25:15 +0000 |
commit | 16d3201fd9ca1a200bed1d5ce035b66430bfde0d (patch) | |
tree | d77f09cd7f0ee5acbc3ce211ee95409d5019078d /src/documentation/resources | |
parent | 8adf37de6728c941db8b83254fd953e3eb8b230a (diff) | |
download | xmlgraphics-fop-16d3201fd9ca1a200bed1d5ce035b66430bfde0d.tar.gz xmlgraphics-fop-16d3201fd9ca1a200bed1d5ce035b66430bfde0d.zip |
Temp fix to try to get valid pdf created.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196238 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/resources')
-rw-r--r-- | src/documentation/resources/stylesheets/compliance2fo.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/resources/stylesheets/compliance2fo.xsl b/src/documentation/resources/stylesheets/compliance2fo.xsl index b6bc10253..b3a766ea0 100644 --- a/src/documentation/resources/stylesheets/compliance2fo.xsl +++ b/src/documentation/resources/stylesheets/compliance2fo.xsl @@ -123,7 +123,9 @@ <xsl:value-of select="@name"/> </fo:block> <xsl:apply-templates select="explanatory"/> +<!-- Comment out temporarily - FOP failing on build <xsl:apply-templates select="level-1"/> +--> </xsl:template> <xsl:template match="level-1"> |