Norman Walsh [Fri, 2 Jun 2006 13:58:45 +0000 (13:58 +0000)]
Allow svg:* and mml:* in imagedata. Removed svg:* as an /alternative/ to imagedata; that seems wrong: the alignment, scaling, etc. attributes are on imagedata.
Norman Walsh [Wed, 24 May 2006 19:44:37 +0000 (19:44 +0000)]
Remove 'default' as an option for xml:space on 'modifier' because of brokenness in the XML Schema build if its allowed. Not specifying it is the same as 'default' so that seems acceptable, at least for beta 6
Jirka Kosek [Sun, 21 May 2006 15:05:10 +0000 (15:05 +0000)]
htmlhelp.generate.index is now param, not variable. This means that you can override its setting from outside. This is useful when you generate indexterms on the fly (see http://www.xml.com/pub/a/2004/07/14/dbndx.html?page=3).
Jirka Kosek [Sun, 21 May 2006 13:05:19 +0000 (13:05 +0000)]
Added three new attribute sets (revhistory.title.properties, revhistory.table.properties and revhistory.table.cell.properties) for controlling appearance of revhistory in FO output.
Bob Stayton [Sun, 14 May 2006 04:33:40 +0000 (04:33 +0000)]
Integrate support for three indexing methods:
- the original English-only method.
- Jirka Kosek's method using EXSLT extensions.
- Eliot Kimber's method using Saxon extensions.
Use the 'index.method' parameter to select.
Bob Stayton [Mon, 8 May 2006 07:30:24 +0000 (07:30 +0000)]
Remove qandaset and qandadiv from generate.toc for fo output
because formerly it wasn't working, but now it is and the
default behavior should stay the same.
Bob Stayton [Sat, 6 May 2006 07:32:55 +0000 (07:32 +0000)]
Fixed bug #1436121 problems with default.graphic.extension.
Moved test for $keep.relative.image.uris to the template
that matches on @fileref so all such processing is in
the same place.
Jirka Kosek [Thu, 4 May 2006 12:46:45 +0000 (12:46 +0000)]
Added new parameter chunk.tocs.and.lots.has.title which controls presence of title in a separate chunk with ToC/LoT. Disabling title can be very useful if you are generating frameset output (well, yes those frames, but some customers really want them ;-).
Bob Stayton [Thu, 4 May 2006 07:11:00 +0000 (07:11 +0000)]
Refactored table templates to unify their processing and
support all options in all types. Now table and informaltable,
in both Cals and Html markup, use the same templates where
possible, and all support pgwide, rotation, and floats.
There is also a placeholder table.container template to support
wrapping a table in a layout table, so the XEP table title
"continued" extension can be more easily implemented.
Bob Stayton [Mon, 1 May 2006 06:43:51 +0000 (06:43 +0000)]
Added support for float to example and equation.
Added support for pgwide to figure, example, and equation
(the latter two via a dbfo pgwide="1" processing instruction).
Michael Smith [Thu, 27 Apr 2006 09:40:33 +0000 (09:40 +0000)]
Added the autotoc.label.in.hyperlink param.
If the value of autotoc.label.in.hyperlink is non-zero, labels are
included in hyperlinked titles in the TOC. If it is instead zero,
labels are still displayed prior to the hyperlinked titles, but
are not hyperlinked along with the titles.
Closes patch #1065868. Thanks to anatoly techtonik for the patch.
Michael Smith [Thu, 27 Apr 2006 08:59:37 +0000 (08:59 +0000)]
Added two new params: html.head.legalnotice.link.types and
html.head.legalnotice.link.multiple.
If the value of the generate.legalnotice.link is non-zero, then
the stylesheet generates (in the head section of the HTML source)
either a single HTML link element or, if the value of the
html.head.legalnotice.link.multiple is non-zero, one link element
for each link type specified. Each link has the following
attributes:
- a rel attribute whose value is derived from the value of
html.head.legalnotice.link.types
- an href attribute whose value is set to the URL of the file
containing the legalnotice
- a title attribute whose value is set to the title of the
corresponding legalnotice (or a title programatically
determined by the stylesheet)