On 04/05/2011 04:19 PM, Daniele Barzotti wrote: > > I'm looking XMLMind utility to generate an ODT/Word version for our > product's userguide, and I would ask some questions (I'm sorry if they > are too trivial!). > > 1. I noted that the TOC has no page numbers (are sets to '0'), why?
There is no way for a software like XMLmind's to number pages. Only the word processor which actually layouts the pages can do that. More information in this FAQ: --- I use the page-number-citation object to print the number of pages in my document, but the displayed value is always 0 when I load the document in MS-Word. How can I get the correct value? --- http://www.xmlmind.com/foconverter/faq.html#fields > > 2. I need a way to put some images (logos) into the headers and footer > (better I need a way to customize them). > XMLmind XSL Utility runs some XSLT stylesheets to generate XSL-FO and then runs an XSL-FO processor to convert the XSL-FO to .rtf, .odt, .docx or PDF. Therefore, if you want to customize the overall output, you need to change the behavior of the XSLT stylesheets. This can be done by: [a] specifying stylesheets parameters; AND/OR [b] customizing the code contained in the XSLT stylesheets. XMLmind XSL Utility allows to easily specify stylesheets parameters using the "Transform" tab of the dialog box displayed by clicking the "Edit" button. See http://www.xmlmind.com/foconverter/_distrib/doc/help/com.xmlmind.xslutil.ConversionEditor.html Unfortunately, I don't think that in the case of the DocBook XSLT stylesheets, you can customize page footers and headers using method [a] alone. You have to implement [b], that is, customize the the code contained in the XSLT stylesheets. Everything you want to know about the DocBook XSLT stylesheets is explained in this book: DocBook XSL: The Complete Guide by Bob Stayton. http://www.sagehill.net/docbookxsl/ > 3. Is there a way to use a document template (eg. with footer, header > and background already setted)? > I'm sorry but the answer is no. -- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support

