OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: bold as emphasis role


/ "Kunath, Marcel" <kunathma@ais.msu.edu> was heard to say:
| (element emphasis
|   (if (equal? (attribute-string "role") "bold")
|       (make sequence
|         font-weight: 'bold
|         (process-children))
|       (make sequence
|         font-posture: 'italic
|         (process-children))
|   )
| )
| 
| in html/dbinline.dsl but it will not italic or bold anything. It will be

The HTML backend of Jade doesn't use any of the DSSSL properties. Instead,
you have to construct "SGML" flow objects by hand. Jirka's suggestion
(in another reply) is what I'd suggest.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Nature is amoral, not immoral.
http://www.oasis-open.org/docbook/ | [It] existed for eons before we
Chair, DocBook Technical Committee | arrived, didn't know we were
                                   | coming, and doesn't give a damn
                                   | about us.--Stephen J. Gould


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC