Note: This
document lists changes only since the 1.77.0 release.
If you instead want a record of the complete list of
changes for the codebase over its entire history, you
can obtain one by running the following commands:
svn checkout https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl
svn log --xml --verbose xsl > ChangeHistory.xml
Changes since the 1.77.0 release
Release Notes: 1.77.1
The following is a list of changes that have been made
since the 1.77.0 release.
FO
The following changes have been made to the
fo code
since the 1.77.0 release.
Robert Stayton: docbook.xslImport the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly
from the filename.
Robert Stayton: block.xslIn sidebar, turn off space before first para if there is no title.
Robert Stayton: math.xslRestored templates for mml:* elements that were accidentally deleted.
HTML
The following changes have been made to the
html code
since the 1.77.0 release.
Robert Stayton: docbook.xslImport the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly
from the filename.
Robert Stayton: sections.xslUse $div.element variable in place of div to support html5 section element.
output
Robert Stayton: autoidx.xslFix bug 3528673, missing "separator" param on template with
match="indexterm" mode="reference". That param is passed
for endofrange processing to output the range separator.
Roundtrip
The following changes have been made to the
roundtrip code
since the 1.77.0 release.
Robert Stayton: dbk2ooo.xsl; dbk2pages.xsl; dbk2wordml.xsl; dbk2wp.xslImport the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly
from the filename.
Slides
The following changes have been made to the
slides code
since the 1.77.0 release.
Robert Stayton: html/slides-common.xslImport the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly
from the filename.
Website
The following changes have been made to the
website code
since the 1.77.0 release.
Robert Stayton: website-common.xslImport the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly
from the filename.
Webhelp
The following changes have been made to the
webhelp code
since the 1.77.0 release.
David Cramer: xsl/webhelp-common.xslWebhelp: Increase default value for chunk.section.depth
kasunbg: docsrc/readme.xmlupdated webhelp documentation
kasunbg: template/content/search/nwSearchFnt.js; xsl/webhelp-common.xslRemoved the script htmlFileList.js since it's content is in htmlFileInfoList.js
Robert Stayton: xsl/webhelp-common.xslIn the <h1> output, replace call to 'get.doc.title' with
mode="title.markup" because get.doc.title returns only
the string value of the title, losing any markup such
as <trademark> or <superscript>.
kasunbg: template/common/css/positioning.css; template/content/search/nwSearchFnt.jsRemove unnecessary bits of code from webhelp
David Cramer: docsrc/readme.xmlWebhelp: Minor edits to the readme
David Cramer: xsl/webhelp.xsl; xsl/titlepage.templates.xsl; xsl/titlepage.templates.xmlWebhelp: Suppress abstracts from titlepages. These are used to create the search result summary sentence and should not be shown
David Cramer: build.xmlWebhelp: calculate path to profile.xsl from main build.xml file
Template
The following changes have been made to the
template code
since the 1.77.0 release.
Robert Stayton: titlepage.xslUndo last change because not implemented correctly.
Robert Stayton: titlepage.xslFix xsl:element to not overwrite the incoming fo: namespace
if the $ns param is not set.