Folks here who use DSSSL (seems to be a distinct minority!) might be
interested in some of the recent work I've done in the DSSSL
stylesheets.
If anyone is interested in helping me fix some outstanding DSSSL
issues, or testing to ensure I haven't broken anything; please getthe
CVS modules from the docbook open repository on sourceforget (gentext,
dsssl, and testdocs) and try them out. Debian users can also try the
unstable docbook-dsssl package instead, which I've been uploading from
CVS snapshots now and again.
If you have questions/comments/patches please CC me directly so I get
them more quickly.
I've included a trimmed CVS changelog.
--
...Adam Di Carlo..<[EMAIL PROTECTED]>...<URL:http://www.onshored.com/>
2003-02-08 19:39 adicarlo
* html/dbtable.dsl (1.5): Improve table rendering using frame and
border attributes on HTML tables, conditional on HTML4 support
being on.
The following cases in table.006.xml are now fixed: outer edit
(table frame but no rowsep nor colseps); rows (frame is topbot,
rowsep but no colsep); columns; tic tac toc (no frame, colsep and
rowsep).
Note we still have no way (yet) to override colsep/rowsep in either
colspec or in the individual rows, but I'm working on colspec ->
colgroup.
2003-02-07 15:39 adicarlo
* html/dbblock.dsl (1.9): move the anchor closer to the content in
informal-objects; no way to get around empty A element in this case
2003-02-07 15:20 adicarlo
* html/: dbsect.dsl (1.7), dbttlpg.dsl (1.8): "<a></a>title"
changes to "<a>title</a>" -- weblint says we should avoid empty A
elements
2003-02-07 14:53 adicarlo
* html/dbtable.dsl (1.4): fix a div-by-zero error identified in
informaltable.015.xml; would cause loss of a table header column in
some cases
2003-02-07 08:35 adicarlo
* print/dbttlpg.dsl (1.10): some space over copyright; fixes Bug
#542681
2003-01-21 16:59 adicarlo
* print/dbparam.dsl (1.5, debian_version_1_77-cvs_2003_02_06):
correct discussion of possible settings for %paper-type% and
%visual-acuity%
2003-01-21 16:53 adicarlo
* html/dbblock.dsl (1.8, debian_version_1_77-cvs_2003_02_06):
formal and informal objects reset the processing mode, this closes
Debian#79432f; so <bookinfo><productname> is still in special mode,
but <bookinfo><legalnotice><productname> is not; test is
legalnotice.001.xml
2003-01-20 04:33 adicarlo
* html/dbgraph.dsl (1.5, debian_version_1_77-cvs_2003_02_06):
correct this error: html/dbgraph.dsl:68:1:E: 1st argument for
primitive "append" of wrong type: "#<unknown object 146207544>" not
a list, fix and report from Christopher B. Browne
2003-01-19 16:36 adicarlo
* bin/collateindex.pl (1.8, debian_version_1_77-cvs_2003_02_06):
fix from Tim Waugh for when the same indexterm has too different
seealso's, where currently script produces invalid SGML/XML; fixes
bug #551318
2003-01-15 03:15 adicarlo
* html/dbsynop.dsl (1.2), print/dbsynop.dsl (1.2): Patch #562401
<group choice="opt" rep="repeat">, elipsis should be outside of
group, reference test cmdsynopsis.003
2003-01-15 02:55 adicarlo
* html/dblink.dsl (1.5), print/dblink.dsl (1.5): xref to
varlistentry using the term, patch from Jens Emmerich; closes bug
520561
2003-01-15 02:17 adicarlo
* common/dbcommon.dsl (1.12, debian_version_1_77-cvs_2003_02_06),
print/dbsect.dsl (1.4): make <section> appear correctly in the PDF
bookmark hierarchy; also fix font size selection for section titles
corrects sourceforge bugs 589247 and 524028; patch from Carsten
Haese appreciated
2003-01-15 01:33 adicarlo
* print/: dbblock.dsl (1.8), dbparam.dsl (1.4): parameters for
%formal-object-title-font-weight% %table-title-font-weight%,
reviewed and tested, sourceforge patch #599366
2003-01-14 15:25 adicarlo
* html/dbblock.dsl (1.6): define a $remark$ function, unifying
comment and remark element rendering; remarks within paras are now
rendering using a span rather than p so they mark up as inline text
decoration
2002-12-19 21:22 adicarlo
* common/dbl1en.dsl (1.3, debian_version_1_77-cvs_2003_02_06): fix
up some case-folding incidents
2002-12-15 23:46 adicarlo
* print/: dbblock.dsl (1.7), dbparam.dsl (1.3):
%epigraph-start-indent% and %epigraph-end-indent% parameters allows
customization of epigraph positioning; %blockquote-start-indent%
and %blockquote-end-indent% parameters allows customization control
of the blockquote positioning
2002-12-15 23:43 adicarlo
* html/: dbblock.dsl (1.5), dbparam.dsl (1.7,
debian_version_1_77-cvs_2003_02_06): %epigraph-start-col% and
%epigraph-content-col% allows customization of epigraph
positioning; %blockquote-start-col% and %blockquote-end-col%
parameters allows customization of the whitespace around blockquote