Hi, I have copied your settings and stylesheets that you use in Avalon to generate the documentation (especially the PDF part). Thanks very much for that ! I have it working except for generating tables in PDF. Unfortunately, there are no tables in the "developing with avalon" XML source so I cannot copy a working example ... :)
The generating in HTML works fine (i.e. docbook2body.xsl). However the generation to PDF does not print anything (docbook2fo.xsl) ... Have you had any success with this ? Also, is there a cocoon flag to turn on so that I can see the intermediate generated files (like the xml file resulting from the docbook2fo.xsl transformation) ? I know this is a cocoon question but you may have used it ... Here is my table definition : <table> <tgroup cols="2"> <colspec colname="c1"/> <colspec colname="c2"/> <tbody> <row> <entry>xxx</entry> <entry>xxx</entry> </row> </tbody> </tgroup> </ltable> Thanks for any help -Vincent Note: At some point we will need to create a jakarta project that would contain all the docbook stylesheets for the Jakarta style ... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>