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 ?


Thanks to Javier Farreres de la Morena it works now !!

The code that works looks like:
----------------------
;; Make text that comes from unimplemented tags BLACK not red "(1 0 0)"
(element refsection
  (let* ((colr-space (color-space 
		      "ISO/IEC 10179:1996//Color-Space Family::Device RGB"))
	 (black (color colr-space 0 0 0)))
    (make sequence
      color: black
      (process-children))))
---------------------

Thanks for everybody !

>
> About the color thing, it works with the functions color-space and color.
> You say that when you use these functions, all the rest looses format.
> This is probably caused by your altered function overcoming some other
> function. Default construction rule used in your customisation layer takes
> precedence over all the rest of default functions. You shouldn't use it.
> Try to use an element rule.
>

Peter Biechele

#####################################################
Dr. Peter Biechele, E-Mail: Peter.Biechele@beXtec.de



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]