Hi,
DAPS generated HTML supports a wonderful scrollable table of contents, which is shown as overlay box when hovering over "Show Contents".
Unfortunately due to a bug in the template rule matching <chapter> elements in the autobubbletoc.xsl stylesheet, entries for this TOC are only generated for top-level elements (chapters) of a book.</chapter>
After correcting this, the generated HTML contains all TOC entries as nested <ol> elements, but when viewing the result in a browser still only top level chapters appear.
Is this a problem of item filtering in Javascript?
How can this be fixed?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
DAPS generated HTML supports a wonderful scrollable table of contents, which is shown as overlay box when hovering over "Show Contents".
Unfortunately due to a bug in the template rule matching <chapter> elements in the autobubbletoc.xsl stylesheet, entries for this TOC are only generated for top-level elements (chapters) of a book.</chapter>
After correcting this, the generated HTML contains all TOC entries as nested <ol> elements, but when viewing the result in a browser still only top level chapters appear.
Is this a problem of item filtering in Javascript?
How can this be fixed?
Pardon, posted to wrong project.