OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Changing "red" behaviour for unimplemented features in DSSSL stylesheets ?


On Tue, Nov 04, 2003 at 01:43:36PM +0100,
 Peter Biechele <Peter.Biechele@bextec.de> 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".)



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]