Hello xmleditor-support,
In working with Standard Edition 2.3 I figured out a few minor
modifications. I'm about to apply these changes to 2.4 in the most
easily maintainable way rather than editing so many files that will
get replaced in the next release.
Most of the changes (summarized below) had to do with tweaking the
appearance in the html output via stylesheet adjustments and adding
my own header and footer. Another very important change was to get
the function synopsis and it's related components to work better
both in the html and in XXE itself, where the funcprototype stuff
all runs together otherwise.
Isn't there a clever way to do a this that avoids altering so many
files from the stock distribution?
Standard Edition 2.3 - list of modified files
config/docbook/xsl/css/html.css - many changes
config/docbook/xsl/html/chunk.xsl
Added my own header and footer xsl:import href="sb.xsl"
config/docbook/xsl/html/sb.xsl - see chunk.xsl
makes the header and footer
config/docbook/xsl/html/synop.xsl - for improved function synopsis
config/docbook/xsl/html/param.xsl (4 changes)
config/sdocbook/css/sdocbook.incl
added to end for function stuff (note #1)
set margin top & bottom for lists 1.33ex to .66ex
Note #1:
/* SB added */
funcsynopsis, funcprotoype, funcdef, function, paramdef, parameter {
font-family: monospace;
font-size: 1.33em;
}
paramdef {
display: block;
}
parameter {
font-weight: bold;
}
replaceable {
font-style: normal;
font-size: .85em;
}
replaceable:before {
content: " ";
}
--
Thanks,
Steve Beuret / www.sb3d.com
SB3D e-Business software and solutions