Re: this context requires a sosofo

Subject: Re: this context requires a sosofo
From: Chris Maden <crism@xxxxxxx>
Date: Fri, 7 Nov 1997 16:11:14 -0500
[Jim Albright]
>      (define ($italic-seq$)

You defined a *function*, not a variable.

>        (make sequence
>          font-posture: 'italic
>          (process-children)))
>      
>      
>      (element highlight 
>        (case (attribute-string "REND")
>          (("ITALIC")   $italic-seq$)

So you need to call a function: ($italic-seq$)

>          (("BOLD")       $bold-seq$)))

(and ($bold-seq$), presumably).

HTH,
Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread