Sorry if this is a dumb question.
Most Eclipse Plugin Helps appear to create a simple TOC Bullet list of each 'chapter' title. then each chapter then create is own smaller bullet TOC of each Section title.
See View1 attachment of the Eclipse WorkBench Help as an example.
I have a "book" comprising of 8 chapters each chapter has <sect1> and some umber of <sect2> entries. When I run this through DEP4E I get a huge TOC generated - see View2 attachment.</sect2></sect1>
So my question is why is DEP4E creating such a huge Eclipse Plugin Help TOC when that doesn't appear to be the "standard" adopted by most other Eclipse Helps?.
Are there parameters in DEP4E that I need to embed in my XML Book to limit the creation of the TOC for an Eclipse Help so that it looks more like the "standard"?
Or is this working correctly and how Eclipse Plugin Helps are supposed to be displayed?
It doesn't seem right to me but I may be wrong..
A simpler ToC can be generated by using DocBook XSL Stylesheets Parameters.
http://docbook.sourceforge.net/release/xsl/current/doc/html/generate.section.toc.level.html
http://docbook.sourceforge.net/release/xsl/current/doc/html/toc.section.depth.html
http://docbook.sourceforge.net/release/xsl/current/doc/html/toc.max.depth.html
Nils,
I think it would be very useful if a step by step example could be
documented in DEP4E as to include a users customized XSL can be embedded
into DEP4E.
DEP4E hides all the complexity - which is good, so a simple explanation as
to how to embed it into DEP4E would be greatly beneficial to users.
David
On Mon, Jul 28, 2014 at 5:46 AM, Nils Cordes cordbhkj@users.sf.net wrote:
Related
Issues: #7
I agree: "A simple explanation as to how to customized XSL can be embedded into DEP4E would be greatly beneficial to users."
I'm working on easy to use way ...
:-)
On Mon, Jul 28, 2014 at 7:42 AM, Nils Cordes cordbhkj@users.sf.net wrote:
Related
Issues: #7
Ant Build File docbook_5-0.xml
<target name="Eclipse" ...
added: <param name="toc.max.depth" expression="1">
added: <param name="generate.toc" expression="appendix nop article nop chapter nop part nop section nop set nop">
fixed in Release 2014.7.0