This document summarizes the changes made to the Modular DocBook Stylesheet Common Functions:
Changes to the common stylesheet module:
Added optional section argument to SECTLEVEL so that it can be called by sub-elements of a section (specificallly SubTitle).
Added a LegalNotice autolabel function.
Added a test to overhang-skip so that a table row with too many cells does not crash the stylesheet. No promises about the quality of the output if you do this. Maybe I should put a debug message in there?
Changes to the common stylesheet module:
Happy New Year!
Moved the table support code to dbtable.dsl in the common directory. This, with a few other changes, makes using the table code for CALS tables in other DTDs much easier.
Removed REFSECT1 and sections below it from the automatically generated TOC.
Removed the automatic label for a RefEntry. There doesn't seem to be a good automatic label.
Changes to the common stylesheet module:
Removed uppercase-list and lowercase-list. They now appear in dblib.dsl.
Added INBLOCK?, as a parallel to INLIST?, to test if the current node is in a block element.
Added sidebar-autolabel.
This summary is fairly terse. If you have more detailed questions, ask the maintainer ;-).