Re: DOCBOOK: font style

From
fyl2xp1 <>
Date
2002-07-11T11:51:54+00:00
ID
009701c228d1$54884d90$0f11bc93@htrtttt
Thread
Re: DOCBOOK: font style
The solution I am talking about is this one:
 
      (element emphasis
          (if (equal? (attribute-string "role") (normalize "bold"))
              ($bold-seq$)
       ($italic-seq$)))