Hi list, I have tried the 20.5 download on my docbook documents and some work, some not. I can pin that down to the code below. The code shown here works. If I set the title of the <bibliography> to empty, I get:
[INFO] Parsing of document complete, stopping renderer [ERROR] null This worked with FOP 0.24. I need the title empty, for the appendix to be displayed correctly in the table of contents and on the first page of the bibliography. I use Saxon for the FO generation and the DocBook Style 1.57.0 <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> <!DOCTYPE book SYSTEM "file:///c:/docbook/dtd/docbookx.dtd"> <book lang="en"> <title>Diploma Thesis</title> <appendix><title>Bibliography</title> <para/> <bibliography> <title>Bib</title> <bibliodiv><title>Books</title> <biblioentry id="bib_Chicago_Manual_of_Style_"> <title id="bib_Chicago_Manual_of_Style_T">Chicago Manual of Style, 14th Edition</title> </biblioentry> </bibliodiv> </bibliography> </appendix> </book> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]