1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Changes since the 1.71.1 release</title><meta name="generator" content="DocBook XSL Stylesheets V1.72.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e1"></a>Changes since the 1.71.1 release</h2></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#V1.72.0">Release: 1.72.0</a></span></dt><dd><dl><dt><span class="sect2"><a href="#V1.72.0_Common">Common</a></span></dt><dt><span class="sect2"><a href="#V1.72.0_FO">FO</a></span></dt><dt><span class="sect2"><a href="#V1.72.0_HTML">HTML</a></span></dt><dt><span class="sect2"><a href="#V1.72.0_Manpages">Manpages</a></span></dt><dt><span class="sect2"><a href="#V1.72.0_Params">Params</a></span></dt><dt><span class="sect2"><a href="#V1.72.0_Template">Template</a></span></dt><dt><span class="sect2"><a href="#V1.72.0_Tools">Tools</a></span></dt><dt><span class="sect2"><a href="#V1.72.0_Roundtrip">Roundtrip</a></span></dt></dl></dd></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="V1.72.0"></a>Release: 1.72.0</h2></div></div></div><p>The following is a list of changes that have been made
since the 1.71.1 release.</p><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="V1.72.0_Common"></a>Common</h3></div></div></div><p>The following changes have been made to the
<code class="filename">common</code> code
since the 1.71.1 release.</p><div class="itemizedlist"><ul type="disc"><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/labels.xsl - Robert Stayton" class="commit-message">Add empty template for <a href="http://docbook.org/tdg/en/html/sidebar.html"><code class="sgmltag-element">sidebar</code></a> in label.markup mode.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/table.xsl - Robert Stayton" class="commit-message">Add utility template tabstyle to return the tabstyle from<br>
any <a href="http://docbook.org/tdg/en/html/table.html"><code class="sgmltag-element">table</code></a> element.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/labels.xsl - Robert Stayton" class="commit-message">Add support for arabicindic numbering to autolabel.format template.</span></p></div></li><li><div class="literallayout"><p><span title="A: /trunk/xsl/common/entities.ent - Robert Stayton" class="commit-message">Moved the <a href="http://docbook.org/tdg/en/html/index.html"><code class="sgmltag-element">index</code></a> entity declarations to a separate common file.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/titles.xsl - Robert Stayton" class="commit-message">Add title.markup mode for <a href="http://docbook.org/tdg/en/html/glossdiv.html"><code class="sgmltag-element">glossdiv</code></a> to support <a href="http://docbook.org/tdg/en/html/info.html"><code class="sgmltag-element">info</code></a>/<a href="http://docbook.org/tdg/en/html/title.html"><code class="sgmltag-element">title</code></a>.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/gentext.xsl - Robert Stayton" class="commit-message">Remove link.title.attribute, replaced in html/html.xsl</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/l10n.xsl - Norman Walsh" class="commit-message">Fixed typo in xsl:with-param</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/table.xsl - Robert Stayton" class="commit-message">Use number() in some comparisons to ensure number data type.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/targets.xsl - Robert Stayton" class="commit-message">Fix bug #1596737 extra white space introduced by <a href="http://docbook.org/tdg/en/html/olink.html"><code class="sgmltag-element">olink</code></a>.<br>
Now output indent="no" for target data.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/olink.xsl - Robert Stayton" class="commit-message">Use copy-of instead of value-of for xreftext to preserve markup.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/gentext.xsl - Robert Stayton" class="commit-message">Add template link.title.attribute.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/l10n.xsl - Robert Stayton" class="commit-message">Modify gentext.template to respect parameter verbose = 0.<br>
Modify gentext.template.exists to use gentext.template with verbose = 0.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/gentext.xsl; M: /trunk/xsl/common/titles.xsl - Robert Stayton" class="commit-message">Finish support for @xml:id everywhere @id is used.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/l10n.xsl; M: /trunk/xsl/common/olink.xsl; M: /trunk/xsl/common/subtitles.xsl; M: /trunk/xsl/common/labels.xsl; M: /trunk/xsl/common/titles.xsl; M: /trunk/xsl/common/common.xsl - Robert Stayton" class="commit-message">replace name() with local-name() in most cases.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/subtitles.xsl; M: /trunk/xsl/common/labels.xsl; M: /trunk/xsl/common/titles.xsl; M: /trunk/xsl/common/common.xsl; M: /trunk/xsl/common/targets.xsl - Robert Stayton" class="commit-message">Add support for <a href="http://docbook.org/tdg/en/html/info.html"><code class="sgmltag-element">info</code></a>.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/stripns.xsl - Robert Stayton" class="commit-message">Fixed add-xml-base for Windows and Xalan case.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/common/stripns.xsl - Robert Stayton" class="commit-message">Added NodeInfo prefix to list of exclude-result-prefixes</span></p></div></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="V1.72.0_FO"></a>FO</h3></div></div></div><p>The following changes have been made to the
<code class="filename">fo</code> code
since the 1.71.1 release.</p><div class="itemizedlist"><ul type="disc"><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/param.xweb; M: /trunk/xsl/fo/param.ent - Michael(tm) Smith" class="commit-message">Added index.page.number.properties attribute set to the set of<br>
<a href="http://docbook.org/tdg/en/html/reference.html"><code class="sgmltag-element">reference</code></a> documentation for the FO stylesheets.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/xep.xsl - Michael(tm) Smith" class="commit-message">Changed VERSION file to include distro <a href="http://docbook.org/tdg/en/html/title.html"><code class="sgmltag-element">title</code></a> (DocBook XSL<br>
Stylesheets), and updated HTML, FO, and manpages stylesheets to<br>
use that in their metadata sections (e.g., in HTML, the<br>
<meta name="generator" ...> contents).</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/inline.xsl - Robert Stayton" class="commit-message">Remove duplicate <a href="http://docbook.org/tdg/en/html/orgname.html"><code class="sgmltag-element">orgname</code></a> template.<br>
Switch org templates to using inline.charseq which<br>
handles simple.xlink.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/autoidx.xsl - Robert Stayton" class="commit-message">Add index.page.number.properties attribute-set to format page numbers.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/autotoc.xsl - Robert Stayton" class="commit-message">Pass the toc-context down to the toc.line template.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/autoidx-kimber.xsl - Robert Stayton" class="commit-message">Fixed bug in use of isogen key.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/axf.xsl; M: /trunk/xsl/fo/pagesetup.xsl - Robert Stayton" class="commit-message">Add support for crop marks in Antenna House.</span></p></div></li><li><div class="literallayout"><p><span title="D: /trunk/xsl/fo/docbookng.xsl - Robert Stayton" class="commit-message">Obsolete now that <a href="http://docbook.org/tdg/en/html/info.html"><code class="sgmltag-element">info</code></a> is supported.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/xref.xsl - Robert Stayton" class="commit-message">Move show-destination="replace" property from template to attribute-set<br>
so it can be customized.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/table.xsl - Robert Stayton" class="commit-message">Add table.row.properties template to customize <a href="http://docbook.org/tdg/en/html/table.html"><code class="sgmltag-element">table</code></a> rows.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/autoidx.xsl - Robert Stayton" class="commit-message">Moved the entities declarations to a separate common file.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/param.xweb; M: /trunk/xsl/fo/param.ent; M: /trunk/xsl/fo/glossary.xsl - Robert Stayton" class="commit-message">Add support for sorting <a href="http://docbook.org/tdg/en/html/glossary.html"><code class="sgmltag-element">glossary</code></a> entries</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/docbook.xsl - Robert Stayton" class="commit-message">Remove obsolete dobookng.xsl, since <a href="http://docbook.org/tdg/en/html/info.html"><code class="sgmltag-element">info</code></a> now supported.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/inline.xsl - Robert Stayton" class="commit-message">Fix bug #1614469 for <a href="http://docbook.org/tdg/en/html/citation.html"><code class="sgmltag-element">citation</code></a> linking to <a href="http://docbook.org/tdg/en/html/biblioentry.html"><code class="sgmltag-element">biblioentry</code></a>.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/verbatim.xsl - Robert Stayton" class="commit-message">Moved all properties to attribute-sets so can be customized more easily.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/synop.xsl - Robert Stayton" class="commit-message">Fixed bug #1603790: no space between package and <a href="http://docbook.org/tdg/en/html/classname.html"><code class="sgmltag-element">classname</code></a>.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/docbook.xsl - Robert Stayton" class="commit-message">include stub file for annotations.xsl</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/lists.xsl - Robert Stayton" class="commit-message">Add simple.xlink processing to <a href="http://docbook.org/tdg/en/html/term.html"><code class="sgmltag-element">term</code></a> and <a href="http://docbook.org/tdg/en/html/member.html"><code class="sgmltag-element">member</code></a> elements.</span></p></div></li><li><div class="literallayout"><p><span title="A: /trunk/xsl/fo/annotations.xsl - Robert Stayton" class="commit-message">Initial checkin of file for <a href="http://docbook.org/tdg/en/html/annotation.html"><code class="sgmltag-element">annotation</code></a> processing.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/inline.xsl - Robert Stayton" class="commit-message">Some more inlines to use simple.xlink.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/xref.xsl - Robert Stayton" class="commit-message"><a href="http://docbook.org/tdg/en/html/xref.html"><code class="sgmltag-element">xref</code></a> now supports xlink:href, using simple.xlink template.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/inline.xsl; M: /trunk/xsl/fo/xref.xsl - Robert Stayton" class="commit-message">modified <a href="http://docbook.org/tdg/en/html/link.html"><code class="sgmltag-element">link</code></a> template to use simple.xlink now.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/table.xsl - Robert Stayton" class="commit-message">Use number() in some comparisons to ensure number data type.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/inline.xsl - Robert Stayton" class="commit-message">Rewrote simple.xlink, and call it with all charseq templates.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/inline.xsl; M: /trunk/xsl/fo/titlepage.xsl; M: /trunk/xsl/fo/biblio.xsl; M: /trunk/xsl/fo/callout.xsl; M: /trunk/xsl/fo/fop.xsl; M: /trunk/xsl/fo/xref.xsl; M: /trunk/xsl/fo/index.xsl; M: /trunk/xsl/fo/sections.xsl; M: /trunk/xsl/fo/block.xsl; M: /trunk/xsl/fo/autoidx.xsl - Robert Stayton" class="commit-message">Finish support for @xml:id everywhere @id is used.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/admon.xsl; M: /trunk/xsl/fo/autotoc.xsl; M: /trunk/xsl/fo/inline.xsl; M: /trunk/xsl/fo/qandaset.xsl; M: /trunk/xsl/fo/synop.xsl; M: /trunk/xsl/fo/autoidx.xsl; M: /trunk/xsl/fo/pagesetup.xsl - Robert Stayton" class="commit-message">replace name() with local-name() in most cases.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/lists.xsl; M: /trunk/xsl/fo/refentry.xsl; M: /trunk/xsl/fo/biblio.xsl; M: /trunk/xsl/fo/qandaset.xsl; M: /trunk/xsl/fo/component.xsl; M: /trunk/xsl/fo/glossary.xsl; M: /trunk/xsl/fo/index.xsl; M: /trunk/xsl/fo/sections.xsl; M: /trunk/xsl/fo/block.xsl - Robert Stayton" class="commit-message">Add support for <a href="http://docbook.org/tdg/en/html/info.html"><code class="sgmltag-element">info</code></a> element.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/fo/admon.xsl - Robert Stayton" class="commit-message">support <a href="http://docbook.org/tdg/en/html/title.html"><code class="sgmltag-element">title</code></a> in <a href="http://docbook.org/tdg/en/html/info.html"><code class="sgmltag-element">info</code></a> too.</span></p></div></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="V1.72.0_HTML"></a>HTML</h3></div></div></div><p>The following changes have been made to the
<code class="filename">html</code> code
since the 1.71.1 release.</p><div class="itemizedlist"><ul type="disc"><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/docbook.xsl - Michael(tm) Smith" class="commit-message">Changed VERSION file to include distro <a href="http://docbook.org/tdg/en/html/title.html"><code class="sgmltag-element">title</code></a> (DocBook XSL<br>
Stylesheets), and updated HTML, FO, and manpages stylesheets to<br>
use that in their metadata sections (e.g., in HTML, the<br>
<meta name="generator" ...> contents).</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/graphics.xsl - Robert Stayton" class="commit-message">Add support in <a href="http://docbook.org/tdg/en/html/imageobjectco.html"><code class="sgmltag-element">imageobjectco</code></a> for otherunits="imagemap" to allow<br>
direct authoring of imagemap units.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/graphics.xsl - Robert Stayton" class="commit-message">Use <a href="http://docbook.org/tdg/en/html/areaspec.html"><code class="sgmltag-element">areaspec</code></a> id as imagemap map name.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/graphics.xsl - Robert Stayton" class="commit-message">Fixed imagemaps so they work properly going from calspair coords<br>
to HTML <a href="http://docbook.org/tdg/en/html/area.html"><code class="sgmltag-element">area</code></a> coords.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/qandaset.xsl - Robert Stayton" class="commit-message"><a href="http://docbook.org/tdg/en/html/qandaset.html"><code class="sgmltag-element">qandaset</code></a> was not outputting an <a href="http://docbook.org/tdg/en/html/anchor.html"><code class="sgmltag-element">anchor</code></a> id, now it is.</span></p></div></li><li><div class="literallayout"><p><span title="D: /trunk/xsl/html/docbookng.xsl - Robert Stayton" class="commit-message">Obsolete now that <a href="http://docbook.org/tdg/en/html/info.html"><code class="sgmltag-element">info</code></a> is supported.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/autoidx.xsl - Robert Stayton" class="commit-message">Moved the entities declarations to a separate common file.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/glossary.xsl - Robert Stayton" class="commit-message">Add support for sorting <a href="http://docbook.org/tdg/en/html/glossary.html"><code class="sgmltag-element">glossary</code></a> entries</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/docbook.xsl - Robert Stayton" class="commit-message">Remove docbookng.xsl since <a href="http://docbook.org/tdg/en/html/info.html"><code class="sgmltag-element">info</code></a> now supported.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/autotoc.xsl; M: /trunk/xsl/html/param.xweb; M: /trunk/xsl/html/param.ent - Robert Stayton" class="commit-message">Add support for <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/qanda.in.toc.html"><em class="parameter"><code>qanda.in.toc</code></em></a> to add <a href="http://docbook.org/tdg/en/html/qandaentry.html"><code class="sgmltag-element">qandaentry</code></a> questions to document <a href="http://docbook.org/tdg/en/html/toc.html"><code class="sgmltag-element">TOC</code></a>.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/inline.xsl - Robert Stayton" class="commit-message">Fix bug #1614469 for <a href="http://docbook.org/tdg/en/html/citation.html"><code class="sgmltag-element">citation</code></a> linking to <a href="http://docbook.org/tdg/en/html/biblioentry.html"><code class="sgmltag-element">biblioentry</code></a>.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/synop.xsl - Robert Stayton" class="commit-message">Fixed bug #1603790: no space between package and <a href="http://docbook.org/tdg/en/html/classname.html"><code class="sgmltag-element">classname</code></a>.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/chunkfast.xsl - Robert Stayton" class="commit-message">Fixed two next/prev bugs.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/inline.xsl; M: /trunk/xsl/html/lists.xsl; M: /trunk/xsl/html/table.xsl; M: /trunk/xsl/html/block.xsl; M: /trunk/xsl/html/footnote.xsl - Robert Stayton" class="commit-message">*.propagates.style now handled in class.attribute mode.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/lists.xsl - Robert Stayton" class="commit-message">add simple.xlink support to <a href="http://docbook.org/tdg/en/html/variablelist.html"><code class="sgmltag-element">variablelist</code></a> <a href="http://docbook.org/tdg/en/html/term.html"><code class="sgmltag-element">term</code></a> and <a href="http://docbook.org/tdg/en/html/simplelist.html"><code class="sgmltag-element">simplelist</code></a> <a href="http://docbook.org/tdg/en/html/member.html"><code class="sgmltag-element">member</code></a>.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/inline.xsl - Robert Stayton" class="commit-message">fix class attribute on sgmltag.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/html.xsl - Robert Stayton" class="commit-message">add class parameter to class.attribute mode to set default class.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/titlepage.xsl; M: /trunk/xsl/html/chunk-code.xsl; M: /trunk/xsl/html/division.xsl; M: /trunk/xsl/html/sections.xsl; M: /trunk/xsl/html/math.xsl; M: /trunk/xsl/html/block.xsl; M: /trunk/xsl/html/info.xsl; M: /trunk/xsl/html/footnote.xsl; M: /trunk/xsl/html/lists.xsl; M: /trunk/xsl/html/admon.xsl; M: /trunk/xsl/html/refentry.xsl; M: /trunk/xsl/html/qandaset.xsl; M: /trunk/xsl/html/graphics.xsl; M: /trunk/xsl/html/biblio.xsl; M: /trunk/xsl/html/task.xsl; M: /trunk/xsl/html/component.xsl; M: /trunk/xsl/html/glossary.xsl; M: /trunk/xsl/html/callout.xsl; M: /trunk/xsl/html/index.xsl; M: /trunk/xsl/html/synop.xsl; M: /trunk/xsl/html/verbatim.xsl; M: /trunk/xsl/html/ebnf.xsl - Robert Stayton" class="commit-message">Convert all class attributes to use the class.attribute mode<br>
so class names can be customized more easily.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/html.xsl - Robert Stayton" class="commit-message">Add class.attribute mode to generate class attributes.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/inline.xsl - Robert Stayton" class="commit-message">Added simple.xlink to most remaining inlines.<br>
Changed class attributes to applying class.attributes mode.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/xref.xsl - Robert Stayton" class="commit-message">Changed <a href="http://docbook.org/tdg/en/html/xref.html"><code class="sgmltag-element">xref</code></a> template to use simple.xlink tempalte.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/html.xsl - Robert Stayton" class="commit-message">Improve generate.html.title to work with <a href="http://docbook.org/tdg/en/html/link.html"><code class="sgmltag-element">link</code></a> targets too.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/inline.xsl - Robert Stayton" class="commit-message">Improved simple.xlink to support <a href="http://docbook.org/tdg/en/html/link.html"><code class="sgmltag-element">link</code></a> and <a href="http://docbook.org/tdg/en/html/xref.html"><code class="sgmltag-element">xref</code></a>.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/table.xsl - Robert Stayton" class="commit-message">Use number() in some comparisons to ensure number data type.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/xref.xsl - Robert Stayton" class="commit-message">Convert <a href="http://docbook.org/tdg/en/html/link.html"><code class="sgmltag-element">link</code></a> element template to use simple.xlink.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/inline.xsl - Robert Stayton" class="commit-message">Improvements in simple.xlink.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/xref.xsl - Robert Stayton" class="commit-message">Use new link.title.attribute now.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/inline.xsl - Robert Stayton" class="commit-message">Rewrote simple.xlink to handle linkend also.<br>
Better computation of <a href="http://docbook.org/tdg/en/html/title.html"><code class="sgmltag-element">title</code></a> attribute on <a href="http://docbook.org/tdg/en/html/link.html"><code class="sgmltag-element">link</code></a> too.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/graphics.xsl; M: /trunk/xsl/html/xref.xsl - Robert Stayton" class="commit-message">Fix syntax errors.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/inline.xsl; M: /trunk/xsl/html/formal.xsl; M: /trunk/xsl/html/chunk-code.xsl; M: /trunk/xsl/html/maketoc.xsl; M: /trunk/xsl/html/chunkfast.xsl; M: /trunk/xsl/html/table.xsl; M: /trunk/xsl/html/html-rtf.xsl; M: /trunk/xsl/html/annotations.xsl; M: /trunk/xsl/html/chunk-common.xsl; M: /trunk/xsl/html/chunker.xsl; M: /trunk/xsl/html/graphics.xsl; M: /trunk/xsl/html/biblio.xsl; M: /trunk/xsl/html/callout.xsl; M: /trunk/xsl/html/xref.xsl; M: /trunk/xsl/html/synop.xsl; M: /trunk/xsl/html/autoidx.xsl - Robert Stayton" class="commit-message">Finish support for @xml:id everywhere @id is used.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/inline.xsl; M: /trunk/xsl/html/titlepage.xsl; M: /trunk/xsl/html/division.xsl; M: /trunk/xsl/html/sections.xsl; M: /trunk/xsl/html/block.xsl; M: /trunk/xsl/html/info.xsl; M: /trunk/xsl/html/footnote.xsl; M: /trunk/xsl/html/refentry.xsl; M: /trunk/xsl/html/lists.xsl; M: /trunk/xsl/html/admon.xsl; M: /trunk/xsl/html/qandaset.xsl; M: /trunk/xsl/html/graphics.xsl; M: /trunk/xsl/html/biblio.xsl; M: /trunk/xsl/html/component.xsl; M: /trunk/xsl/html/task.xsl; M: /trunk/xsl/html/glossary.xsl; M: /trunk/xsl/html/callout.xsl; M: /trunk/xsl/html/xref.xsl; M: /trunk/xsl/html/index.xsl; M: /trunk/xsl/html/synop.xsl; M: /trunk/xsl/html/verbatim.xsl; M: /trunk/xsl/html/ebnf.xsl - Robert Stayton" class="commit-message">replace name() with local-name() in most cases.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/db5strip.xsl - Robert Stayton" class="commit-message">Handle Xalan quirk as special case.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/html/admon.xsl; M: /trunk/xsl/html/autotoc.xsl; M: /trunk/xsl/html/lists.xsl; M: /trunk/xsl/html/refentry.xsl; M: /trunk/xsl/html/biblio.xsl; M: /trunk/xsl/html/qandaset.xsl; M: /trunk/xsl/html/component.xsl; M: /trunk/xsl/html/glossary.xsl; M: /trunk/xsl/html/division.xsl; M: /trunk/xsl/html/index.xsl; M: /trunk/xsl/html/sections.xsl; M: /trunk/xsl/html/table.xsl; M: /trunk/xsl/html/block.xsl - Robert Stayton" class="commit-message">Add support for <a href="http://docbook.org/tdg/en/html/info.html"><code class="sgmltag-element">info</code></a>.</span></p></div></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="V1.72.0_Manpages"></a>Manpages</h3></div></div></div><p>The following changes have been made to the
<code class="filename">manpages</code> code
since the 1.71.1 release.</p><div class="itemizedlist"><ul type="disc"><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/other.xsl - Michael(tm) Smith" class="commit-message">Changed VERSION file to include distro <a href="http://docbook.org/tdg/en/html/title.html"><code class="sgmltag-element">title</code></a> (DocBook XSL<br>
Stylesheets), and updated HTML, FO, and manpages stylesheets to<br>
use that in their metadata sections (e.g., in HTML, the<br>
<meta name="generator" ...> contents).</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/docbook.xsl - Michael(tm) Smith" class="commit-message">Removed single-pass namespace stripping from manpages stylesheet.<br>
To process DocBook 5 instances, either use the experimental<br>
namespace-aware DocBook 5 XSL 1.0 stylesheets, or pre-process your<br>
source to do the namespace stripping (two-pass processing).</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/param.xweb; M: /trunk/xsl/manpages/param.ent - Michael(tm) Smith" class="commit-message">Added doc for <a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.output.lang.in.name.enabled.html"><em class="parameter"><code>man.output.lang.in.name.enabled</code></em></a> parameter. This<br>
checkin completes support for writing file/pathnames for man-pages<br>
with $lang include in the names. Closes #1585967. knightly<br>
accolades to Daniel Leidert for providing the feature request.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/docbook.xsl; M: /trunk/xsl/manpages/other.xsl; M: /trunk/xsl/manpages/utility.xsl - Michael(tm) Smith" class="commit-message">Added new param <a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.output.lang.in.name.enabled.html"><em class="parameter"><code>man.output.lang.in.name.enabled</code></em></a>, which<br>
controls whether $LANG value is included in manpages<br>
filenames and pathnames. It works like this:<br>
<br>
If the value of <a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.output.lang.in.name.enabled.html"><em class="parameter"><code>man.output.lang.in.name.enabled</code></em></a> is non-zero,<br>
man-page files are output with the $lang value included in<br>
their filenames or pathnames as follows;<br>
<br>
- if <a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.output.subdirs.enabled.html"><em class="parameter"><code>man.output.subdirs.enabled</code></em></a> is non-zero, each file is<br>
output to, e.g., a /$lang/man8/foo.8 pathname<br>
<br>
- if <a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.output.subdirs.enabled.html"><em class="parameter"><code>man.output.subdirs.enabled</code></em></a> is zero, each file is output<br>
with a foo.$lang.8 <a href="http://docbook.org/tdg/en/html/filename.html"><code class="sgmltag-element">filename</code></a></span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/charmap.groff.xsl - Michael(tm) Smith" class="commit-message">Use "\e" instead of "\\" for backslash output, because the<br>
groff docs say that's the correct thing to do; also because<br>
testing (thanks, Paul Dubois) shows that "\\" doesn't always<br>
work as expected; for example, "\\" within a <a href="http://docbook.org/tdg/en/html/table.html"><code class="sgmltag-element">table</code></a> seems to<br>
mess things up.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/param.xweb; M: /trunk/xsl/manpages/param.ent; M: /trunk/xsl/manpages/other.xsl - Michael(tm) Smith" class="commit-message">Added the <a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.string.subst.map.local.pre.html"><em class="parameter"><code>man.string.subst.map.local.pre</code></em></a> and<br>
<a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.string.subst.map.local.post.html"><em class="parameter"><code>man.string.subst.map.local.post</code></em></a> parameters. Those parameters<br>
enable local additions and changes to string-substitution mappings<br>
without the need to change the value of <a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.string.subst.map.html"><em class="parameter"><code>man.string.subst.map</code></em></a><br>
parameter (which is for standard system mappings). Closes<br>
#1456738. Thanks to Sam Steingold for constructing a true<br>
stylesheet torture test (the clisp docs) that exposed the need for<br>
these params.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/table.xsl; M: /trunk/xsl/manpages/synop.xsl; M: /trunk/xsl/manpages/utility.xsl - Michael(tm) Smith" class="commit-message">Use U+2592 as an internal marker for linebreak around <a href="http://docbook.org/tdg/en/html/sbr.html"><code class="sgmltag-element">sbr</code></a> output<br>
(to prevent the break from getting eaten by some normalization<br>
that the stylesheet does on synopses).<br>
Use U+2580 as an internal marker for no-break space (to work<br>
around a similar issue). Closes bug #1612808. Thanks to Simon<br>
Walter for reporting it (the <a href="http://docbook.org/tdg/en/html/sbr.html"><code class="sgmltag-element">sbr</code></a> bug).</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/table.xsl; M: /trunk/xsl/manpages/info.xsl; M: /trunk/xsl/manpages/lists.xsl; M: /trunk/xsl/manpages/refentry.xsl; M: /trunk/xsl/manpages/links.xsl; M: /trunk/xsl/manpages/other.xsl; M: /trunk/xsl/manpages/utility.xsl - Michael(tm) Smith" class="commit-message">Adjusted manpages stylesheet to use U+2593 as the internal<br>
representation for the backslash character within the stylesheet.<br>
This prevents backslashes in source content from getting eaten.<br>
Closes #1609425. Thanks to Paul DuBois for reporting the bug.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/table.xsl; M: /trunk/xsl/manpages/synop.xsl; M: /trunk/xsl/manpages/info.xsl; M: /trunk/xsl/manpages/lists.xsl; M: /trunk/xsl/manpages/other.xsl; M: /trunk/xsl/manpages/utility.xsl - Michael(tm) Smith" class="commit-message">Changed manpages stylesheet to always output a U+2591 character as<br>
the internal representation of a dash. The string-substitution<br>
map is then used to output a real dash when the final contents are<br>
serialized. Also, made a change that causes dots and dashes in the<br>
top comment to be unescaped.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/block.xsl - Michael(tm) Smith" class="commit-message">Output newline after admonitions (Note, Warning, etc.)</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/inline.xsl - Michael(tm) Smith" class="commit-message">Added the Markup element to the list of elements that get output<br>
in bold. Thanks to Eric S. Raymond.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/table.xsl; M: /trunk/xsl/manpages/lists.xsl - Michael(tm) Smith" class="commit-message">Changed dot output to mark end of tbl(1) <a href="http://docbook.org/tdg/en/html/table.html"><code class="sgmltag-element">table</code></a> format sections<br>
(changed from real dot to internal U+2302 representation).</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/table.xsl; M: /trunk/xsl/manpages/synop.xsl; M: /trunk/xsl/manpages/block.xsl; M: /trunk/xsl/manpages/info.xsl; M: /trunk/xsl/manpages/lists.xsl; M: /trunk/xsl/manpages/refentry.xsl; M: /trunk/xsl/manpages/links.xsl; M: /trunk/xsl/manpages/other.xsl; M: /trunk/xsl/manpages/utility.xsl - Michael(tm) Smith" class="commit-message">Replaced all dots in roff requests with U+2302 ("house"<br>
character), and added escaping in output for all instances of dot<br>
that are not in roff requests. This fixes the problem case where a<br>
string beginning with a dot (for example, the string ".bashrc")<br>
might occur at the beginning of a line in output, in which case <br>
would mistakenly get interpreted as a roff request. Thanks to Eric<br>
S. Raymond for pushing to fix this.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/lists.xsl - Michael(tm) Smith" class="commit-message">This is a first attempt at ensuring that list content nested in<br>
<a href="http://docbook.org/tdg/en/html/itemizedlist.html"><code class="sgmltag-element">itemizedlist</code></a> and <a href="http://docbook.org/tdg/en/html/orderedlist.html"><code class="sgmltag-element">orderedlist</code></a> instances is properly indented. This<br>
is a switch from using .TP to format those lists to using .RS/.RE<br>
to format them instead (because .TP does not allow nesting). This<br>
probably breaks something else and therefore will likely need some<br>
refinement after more testing. Closes bug #1602616. Thanks to<br>
Daniel Leidert.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/synop.xsl - Robert Stayton" class="commit-message">Fix bug: change <text> to <xsl:text></span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/manpages/utility.xsl - Robert Stayton" class="commit-message">Fixed two element name typos.</span></p></div></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="V1.72.0_Params"></a>Params</h3></div></div></div><p>The following changes have been made to the
<code class="filename">params</code> code
since the 1.71.1 release.</p><div class="itemizedlist"><ul type="disc"><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/man.output.lang.in.name.enabled.xml - Michael(tm) Smith" class="commit-message">Repaired bizarro-superman talk.</span></p></div></li><li><div class="literallayout"><p><span title="A: /trunk/xsl/params/man.output.lang.in.name.enabled.xml - Michael(tm) Smith" class="commit-message">Added doc for <a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.output.lang.in.name.enabled.html"><em class="parameter"><code>man.output.lang.in.name.enabled</code></em></a> parameter. This<br>
checkin completes support for writing file/pathnames for man-pages<br>
with $lang include in the names. Closes #1585967. knightly<br>
accolades to Daniel Leidert for providing the feature request.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/man.string.subst.map.xml - Michael(tm) Smith" class="commit-message">Use "\e" instead of "\\" for backslash output, because the<br>
groff docs say that's the correct thing to do; also because<br>
testing (thanks, Paul Dubois) shows that "\\" doesn't always<br>
work as expected; for example, "\\" within a <a href="http://docbook.org/tdg/en/html/table.html"><code class="sgmltag-element">table</code></a> seems to<br>
mess things up.</span></p></div></li><li><div class="literallayout"><p><span title="A: /trunk/xsl/params/man.string.subst.map.local.post.xml; A: /trunk/xsl/params/man.string.subst.map.local.pre.xml; M: /trunk/xsl/params/man.string.subst.map.xml - Michael(tm) Smith" class="commit-message">Added the <a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.string.subst.map.local.pre.html"><em class="parameter"><code>man.string.subst.map.local.pre</code></em></a> and<br>
<a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.string.subst.map.local.post.html"><em class="parameter"><code>man.string.subst.map.local.post</code></em></a> parameters. Those parameters<br>
enable local additions and changes to string-substitution mappings<br>
without the need to change the value of <a href="http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.string.subst.map.html"><em class="parameter"><code>man.string.subst.map</code></em></a><br>
parameter (which is for standard system mappings). Closes<br>
#1456738. Thanks to Sam Steingold for constructing a true<br>
stylesheet torture test (the clisp docs) that exposed the need for<br>
these params.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/man.string.subst.map.xml - Michael(tm) Smith" class="commit-message">Use U+2592 as an internal marker for linebreak around <a href="http://docbook.org/tdg/en/html/sbr.html"><code class="sgmltag-element">sbr</code></a> output<br>
(to prevent the break from getting eaten by some normalization<br>
that the stylesheet does on synopses).<br>
Use U+2580 as an internal marker for no-break space (to work<br>
around a similar issue). Closes bug #1612808. Thanks to Simon<br>
Walter for reporting it (the <a href="http://docbook.org/tdg/en/html/sbr.html"><code class="sgmltag-element">sbr</code></a> bug).</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/man.string.subst.map.xml - Michael(tm) Smith" class="commit-message">Changed order of string replacements so that backslash is escaped<br>
and replaced after backslash and dot (as it needs to be).</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/man.string.subst.map.xml - Michael(tm) Smith" class="commit-message">Adjusted manpages stylesheet to use U+2593 as the internal<br>
representation for the backslash character within the stylesheet.<br>
This prevents backslashes in source content from getting eaten.<br>
Closes #1609425. Thanks to Paul DuBois for reporting the bug.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/man.string.subst.map.xml - Michael(tm) Smith" class="commit-message">Changed manpages stylesheet to always output a U+2591 character as<br>
the internal representation of a dash. The string-substitution<br>
map is then used to output a real dash when the final contents are<br>
serialized. Also, made a change that causes dots and dashes in the<br>
top comment to be unescaped.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/man.string.subst.map.xml - Michael(tm) Smith" class="commit-message">output "\&." instead of just plain "\." (because plain "\." does<br>
not work...)</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/man.string.subst.map.xml - Michael(tm) Smith" class="commit-message">Fixed problem where newlines were dropped before dots.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/man.string.subst.map.xml - Michael(tm) Smith" class="commit-message">Only escape dot if it actually occurs at the beginning of a line.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/xep.index.item.properties.xml - Michael(tm) Smith" class="commit-message">fixed well-formedness errors</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/man.string.subst.map.xml - Michael(tm) Smith" class="commit-message">Replaced all dots in roff requests with U+2302 ("house"<br>
character), and added escaping in output for all instances of dot<br>
that are not in roff requests. This fixes the problem case where a<br>
string beginning with a dot (for example, the string ".bashrc")<br>
might occur at the beginning of a line in output, in which case <br>
would mistakenly get interpreted as a roff request. Thanks to Eric<br>
S. Raymond for pushing to fix this.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/xep.index.item.properties.xml - Robert Stayton" class="commit-message">Add index.page.number.properties by default.</span></p></div></li><li><div class="literallayout"><p><span title="A: /trunk/xsl/params/index.page.number.properties.xml - Robert Stayton" class="commit-message">Added to allow customizations of page numbers in indexes.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/glossary.sort.xml - Robert Stayton" class="commit-message">Improved wording.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/olink.properties.xml - Robert Stayton" class="commit-message">Move show-destination="replace" property from template to attribute-set<br>
so it can be customized.</span></p></div></li><li><div class="literallayout"><p><span title="A: /trunk/xsl/params/glossary.sort.xml - Robert Stayton" class="commit-message">dd support for sorting <a href="http://docbook.org/tdg/en/html/glossary.html"><code class="sgmltag-element">glossary</code></a> entries</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/qanda.in.toc.xml - Robert Stayton" class="commit-message">Improved wording.</span></p></div></li><li><div class="literallayout"><p><span title="A: /trunk/xsl/params/qanda.in.toc.xml - Robert Stayton" class="commit-message">Add option to include qanda in tables of contents.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/man.string.subst.map.xml - Michael(tm) Smith" class="commit-message">This is a first attempt at ensuring that list content nested in<br>
<a href="http://docbook.org/tdg/en/html/itemizedlist.html"><code class="sgmltag-element">itemizedlist</code></a> and <a href="http://docbook.org/tdg/en/html/orderedlist.html"><code class="sgmltag-element">orderedlist</code></a> instances is properly indented. This<br>
is a switch from using .TP to format those lists to using .RS/.RE<br>
to format them instead (because .TP does not allow nesting). This<br>
probably breaks something else and therefore will likely need some<br>
refinement after more testing. Closes bug #1602616. Thanks to<br>
Daniel Leidert.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/params/verbatim.properties.xml - Robert Stayton" class="commit-message">Moved all properties to attribute-sets so can be customized more easily.</span></p></div></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="V1.72.0_Template"></a>Template</h3></div></div></div><p>The following changes have been made to the
<code class="filename">template</code> code
since the 1.71.1 release.</p><div class="itemizedlist"><ul type="disc"><li><div class="literallayout"><p><span title="M: /trunk/xsl/template/titlepage.xsl - Mauritz Jeanson" class="commit-message">Added workaround for Xalan bug: use for-each and copy instead of copy-of (#1604770).</span></p></div></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="V1.72.0_Tools"></a>Tools</h3></div></div></div><p>The following changes have been made to the
<code class="filename">tools</code> code
since the 1.71.1 release.</p><div class="itemizedlist"><ul type="disc"><li><div class="literallayout"><p><span title="M: /trunk/xsl/tools/make/Makefile.docParam - Michael(tm) Smith" class="commit-message">Updated master makefile to enable docbook5-xsl build and<br>
packaging.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/tools/xsl/build/xsl-param-link.xsl - Michael(tm) Smith" class="commit-message">Updated automated xsl-param markup system to handle<br>
wordml->roundtrip name change.</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/tools/xsl/build/make-xsl-params.xsl - Michael(tm) Smith" class="commit-message">wordml->roundtrip name change</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/tools/xsl/build/html2roff.xsl - Michael(tm) Smith" class="commit-message">Replaced all dots in roff requests with U+2302 ("house"<br>
character), and added escaping in output for all instances of dot<br>
that are not in roff requests. This fixes the problem case where a<br>
string beginning with a dot (for example, the string ".bashrc")<br>
might occur at the beginning of a line in output, in which case <br>
would mistakenly get interpreted as a roff request. Thanks to Eric<br>
S. Raymond for pushing to fix this.</span></p></div></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="V1.72.0_Roundtrip"></a>Roundtrip</h3></div></div></div><p>The following changes have been made to the
<code class="filename">roundtrip</code> code
since the 1.71.1 release.</p><div class="itemizedlist"><ul type="disc"><li><div class="literallayout"><p><span title="M: /trunk/xsl/roundtrip/param.xweb - Michael(tm) Smith" class="commit-message">wordml->roundtrip name change</span></p></div></li><li><div class="literallayout"><p><span title="M: /trunk/xsl/roundtrip/docbook-pages.xsl; M: /trunk/xsl/roundtrip/specifications.xml; A: /trunk/xsl/roundtrip/dbk2ooo.xsl; M: /trunk/xsl/roundtrip/docbook.xsl; A: /trunk/xsl/roundtrip/dbk2pages.xsl; M: /trunk/xsl/roundtrip/template.xml; A: /trunk/xsl/roundtrip/dbk2wordml.xsl; A: /trunk/xsl/roundtrip/dbk2wp.xsl; M: /trunk/xsl/roundtrip/template.dot; M: /trunk/xsl/roundtrip/wordml-final.xsl - Steve Ball" class="commit-message">rename to roundtrip, add OpenOffice support</span></p></div></li></ul></div></div></div></div></body></html>
|