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]

Re: bold as emphasis role


"Kunath, Marcel" wrote:

> in html/dbinline.dsl but it will not italic or bold anything. It will be
> upright instead. I also tried adding my own style sheet as
> extension/override to docbook.dsl but the same result. db41, 

Following code works for me when put into customization layer:

(element emphasis
  (if (equal? (normalize "bold") (attribute-string (normalize "role")))
      ($bold-seq$)
      ($italic-seq$)))


-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


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