This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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".)


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]