Hi all,
We've updated our DocBook->PDF build process from fop 0.25 to 0.92beta, involving:
* DocBook XSL 1.70.1
* a customised layer
* Saxon 6.5.5
* FOP 0.92beta
So far the following issue(s) are preventing PDFs from being built:
[fop] 16-Nov-2006 15:37:19 org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm updateData2
[fop] WARNING: Line 1 of a paragraph overflows the available area. (fo:block, location: 1/39832)
[fop] 16-Nov-2006 15:37:19 org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm updateData2
[fop] WARNING: Line 1 of a paragraph overflows the available area. (fo:block, location: 1/40066)
[fop] 16-Nov-2006 15:37:19 org.apache.fop.fonts.FontInfo notifyFontReplacement
[fop] WARNING: Font 'ArialBlack,normal,400' not found. Substituting with default font.
[fop] 16-Nov-2006 15:37:20 org.apache.fop.fonts.FontInfo notifyFontReplacement
[fop] WARNING: Font 'Arial,normal,700' not found. Substituting with default font.
[fop] 16-Nov-2006 15:37:20 org.apache.fop.fonts.FontInfo notifyFontReplacement
[fop] WARNING: Font 'ZapfDingbats,italic,400' not found. Substituting with default font.
[fop] 16-Nov-2006 15:37:21 org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm updateData2
[fop] WARNING: Line 1 of a paragraph overflows the available area. (fo:block, location: 82/435)
[fop] 16-Nov-2006 15:37:21 org.apache.fop.fonts.FontInfo notifyFontReplacement
[fop] WARNING: Font 'LetterGothic,normal,400' not found. Substituting with default font.
[fop] 16-Nov-2006 15:37:21 org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm updateData2
[fop] WARNING: Line 1 of a paragraph overflows the available area. (fo:block, location: 103/442)
[fop] 16-Nov-2006 15:37:21 org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm updateData2
[fop] WARNING: Line 1 of a paragraph overflows the available area. (fo:block, location: 103/1349)
[fop] 16-Nov-2006 15:37:21 org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm updateData2
[fop] WARNING: Line 1 of a paragraph overflows the available area. (fo:block, location: 103/2246)
[fop] 16-Nov-2006 15:37:21 org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm updateData2
[fop] WARNING: Line 1 of a paragraph overflows the available area. (fo:block, location: 124/454)
[fop] 16-Nov-2006 15:37:21 org.apache.fop.fonts.FontInfo notifyFontReplacement
[fop] WARNING: Font 'LetterGothic,italic,400' not found. Substituting with default font.
[fop] 16-Nov-2006 15:37:22 org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm updateData2
[fop] WARNING: Line 1 of a paragraph overflows the available area. (fo:block, location: 165/333)
[fop] 16-Nov-2006 15:37:22 org.apache.fop.cli.InputHandler error
[fop] SEVERE: javax.xml.transform.TransformerException: Some content could not fit into a line/page after 50 attempts. Giving up to avoid an endless loop. (fo:list-item, location: 163/1562)
The main SEVERE one is described in this FOP bug:
http://issues.apache.org/bugzilla/show_bug.cgi?id=39840Jeremias says this is due to the fact that the "document is littered with keeps". This appears to be a result of using DocBook XSL 1.70.1. Does anyone know if later versions of DocBook XSL are compatible with FOP 0.92 or later?
Thanks,
P.