Robert Pettit wrote: > When I convert Docbook to pdf using TOC I got a bunch of error messages > but it generates just fine without TOC. Is there something I need to do > to get it to generate the TOC.
[1] FOP 0.20.5 always generates a lot of error messages. [2] Make sure that you have chosen menu entry "Convert to PDF", and not "Convert to PDF (no TOC)". Because, other that this, I cannot reproduce the problem: I always get a TOC when I use "Convert to PDF" with FOP. [3] Make sure that you have added "id" attributes to all <chapter>s and <section>s and not to all <chapter>/<title>s and <section>/<title>s. (I'm not 100% sure that this is related to your problem, but in all cases, it is strongly recommended to do so.)

