From: Norman Walsh Date: Mon, 18 Mar 2002 14:08:17 +0000 (+0000) Subject: Initial checkin X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3796bf408f682910b95b09e316d56b32796319d;p=docbook-dsssl Initial checkin --- diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml new file mode 100644 index 000000000..0cab221bf --- /dev/null +++ b/xsl/RELEASE-NOTES.xml @@ -0,0 +1,66 @@ + + +
+ +DocBook XSL Stylesheets Release Notes +18 Mar 2002 +$Id$ + + +DocBook Open Repository Team + + + +Release notes for the DocBook XSL Stylesheets. This file documents (mostly) +changes to the public APIs. What, exactly, counts as a public API is still somewhat +in question, but it includes at least the global parameters. + +Release 1.50.0 + + +The generate.*.toc +and generate.*.lot +parameters have been replaced by a single structured parameter, +generate.toc. + +It's likely that the HTML and FO stylesheets do not handle ToC generation +in exactly the same way, but they should. + + +Added strip-attributes.xsl to the profiling +stylesheets. This allows one to strip off, for example, profiling attributes +after a document has been profiled. + + +Improved numeration of footnotes and table footnotes. Made table footnotes +render properly in FOs. + + +Added a formal.title.placement parameter, allowing +users to select placement of formal object titles either above or below the +object. + + +Improved control over delimiters for TeX equations. + + +Support classsynopsis and friends in FOs. + + +Changed HTML stylesheets to use em instead of +i for emphasis. + + +Added chunk.quietly parameter. + + +Improved profiling code to support the full range of profiling attributes +and to support one-pass profiling (if your XSLT processor understands the +EXSLT node-set +function. + + + +