Re: [docbook-apps] Changing "red" behaviour for unimplemented features in DSSSL stylesheets ?
On Tue, Nov 04, 2003 at 01:43:36PM +0100,
Peter Biechele <> wrote
a message of 19 lines which said:
> How can I Change the "red" color for text, when I use an
> unimplemented features in DSSSL stylesheets ?
In your customized DSSSL stylesheet:
(default
(make element gi: "FONT"
attributes: '(("COLOR" "RED")) ;; Replace by what you want
(process-children)))
(The above was obtained from html/docbook.dsl by grepping for "RED".)