On 09/07/2012 06:13 PM, Auslynn Jack wrote: > > I am using XMLmind to create DocBook 5.0 documents and then convert them > to PDF and HTML. I need help editing the stylesheets used for > conversion. I want to add an image to the title page in PDF and the > index page in HTML.
In order to get an index page in HTML (with a recent version of XXE): [a] Add indexterm elements to your DocBook book. See http://www.docbook.org/tdg5/en/html/indexterm.singular.html [b] Add an index element at the end of your DocBook book. See http://www.docbook.org/tdg5/en/html/index.html XXE_install_dir/demo/docbook-modular-book.xml (a DocBook 4 sample file; not different from DocBook 5 regarding index generation) for example, has this. > I have searched high and low for directions on how > to do this in XMLmind with no luck. Any suggestions or guidance would be > greatly appreciated. XMLmind XML Editor uses the ``standard'' DocBook XSL stylesheets. More information in http://docbook.sourceforge.net/ You'll find these stylesheets in: XXE_install_dir/addon/config/docbook5/xsl/ How to customize these XSL stylesheets is explained in: DocBook XSL: The Complete Guide by Bob Stayton http://www.sagehill.net/docbookxsl/ For example, Chapter 11. Title page customization http://www.sagehill.net/docbookxsl/HTMLTitlePage.html Sorry but as explained in the following FAQ, we cannot help you more than this. --- How do I customize the HTML, PDF, RTF, etc, generated using the "Convert Document" menu? --- http://www.xmlmind.com/xmleditor/faq.html#custom_deliverables -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

