refsynopsisdiv title not showing up in PDF, fop 0.94

View: New views
1 Messages — Rating Filter:   Alert me  

refsynopsisdiv title not showing up in PDF, fop 0.94

by gfx_dude :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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