Re:Color and font size of cells within a table

Subject: Re:Color and font size of cells within a table
From: "Jordi Mulet" <jmulet@xxxxxxxxxx>
Date: Thu, 12 Mar 1998 18:09:26 +0100
Hello,
First we have included the functions inherited-pi-value and pi-value from
html style sheet.
We have defined pi-font-size and  pi-font-color at top of the
process-cell -pcdata as
(define ($pi-font-size$)
  (let ((fontsize (inherited-pi-value (current-node) "cell-size")))
      (if fontsize
      fontsize
      #f)))
(define ($pi-font-color$)
  (let ((fontcolor (inherited-pi-value (current-node) "cell-color")))
      (if fontcolor
      fontcolor
      #f)))

and we now obtain the message:
.104 39:E: invalid value for "font-size" characteristic
59:E: reference to undefined variable "inherited-font-color"
and What do you mean as DSSSL color spaces ?
 
Current Thread
  • Color and font size of cells within a table
    • Jordi Mulet - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id CAA14672Wed, 11 Mar 1998 02:53:17 -0500 (EST)
      • <Possible follow-ups>
      • Jordi Mulet - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id EAA21080Wed, 11 Mar 1998 04:59:12 -0500 (EST)
      • Norman Walsh - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id OAA28707Wed, 11 Mar 1998 14:35:53 -0500 (EST)
      • Norman Walsh - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id OAA28729Wed, 11 Mar 1998 14:35:58 -0500 (EST)
      • Jordi Mulet - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id MAA21179Thu, 12 Mar 1998 12:10:23 -0500 (EST) <=
      • Jordi Mulet - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id OAA15256Fri, 13 Mar 1998 14:04:28 -0500 (EST)