--- /dev/null
+<?xml version='1.0'?>
+<!DOCTYPE article
+ PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<article>
+<articleinfo>
+<title>DocBook XSL Stylesheets Release Notes</title>
+<pubdate>18 Mar 2002</pubdate>
+<releaseinfo role="cvs">$Id$
+</releaseinfo>
+
+<corpauthor>DocBook Open Repository Team</corpauthor>
+
+</articleinfo>
+
+<para>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.</para>
+
+<itemizedlist><title>Release 1.50.0</title>
+
+<listitem>
+<para>The <parameter>generate.<replaceable>*</replaceable>.toc</parameter>
+and <parameter>generate.<replaceable>*</replaceable>.lot</parameter>
+parameters have been replaced by a single structured parameter,
+<parameter>generate.toc</parameter>.</para>
+
+<para>It's likely that the HTML and FO stylesheets do not handle ToC generation
+in exactly the same way, but they should.</para>
+</listitem>
+<listitem>
+<para>Added <filename>strip-attributes.xsl</filename> to the profiling
+stylesheets. This allows one to strip off, for example, profiling attributes
+after a document has been profiled.</para>
+</listitem>
+<listitem>
+<para>Improved numeration of footnotes and table footnotes. Made table footnotes
+render <quote>properly</quote> in FOs.</para>
+</listitem>
+<listitem>
+<para>Added a <parameter>formal.title.placement</parameter> parameter, allowing
+users to select placement of formal object titles either above or below the
+object.</para>
+</listitem>
+<listitem>
+<para>Improved control over delimiters for TeX equations.</para>
+</listitem>
+<listitem>
+<para>Support <sgmltag>classsynopsis</sgmltag> and friends in FOs.</para>
+</listitem>
+<listitem>
+<para>Changed HTML stylesheets to use <sgmltag>em</sgmltag> instead of
+<sgmltag>i</sgmltag> for <sgmltag>emphasis</sgmltag>.</para>
+</listitem>
+<listitem>
+<para>Added <sgmltag>chunk.quietly</sgmltag> parameter.</para>
+</listitem>
+<listitem>
+<para>Improved profiling code to support the full range of profiling attributes
+and to support one-pass profiling (if your XSLT processor understands the
+<ulink url="http://www.exslt.org/">EXSLT</ulink> <function>node-set</function>
+function.</para>
+</listitem>
+</itemizedlist>
+
+</article>