I wasn't sure if I should post this in docbook or fop.
The title of a refsynopsisdiv section does not show up in a FOP generated PDF. It does show up in generated XHTML, and other reference section titles show up, i.e. refsect1 section titles.
<refsynopsisdiv>
<title>Synopsis</title>
</refsynopsisdiv>
Synopsis doesn't appear in the .fo or the PDF. It looks like the fo:block might be set up correctly, but there's no text in the block. I'm guessing its a problem in the refentry.xsl file in the fo directory. I've been looking at this for several days, any ideas? Hopefully its something simple.
Thanks in advance
gfx_dude