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: How can I get stylesheet to bold?


/ Bob Stayton <bobs@caldera.com> was heard to say:
| <xsl:template match="emphasis">
|   <xsl:choose>
|     <xsl:when test="@role='bold'|@role='strong'">  <!-- changed line -->

I think you mean

     <xsl:when test="@role='bold' or @role='strong'">  <!-- changed line -->

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | A man who is 'of sound mind' is
http://www.oasis-open.org/docbook/ | one who keeps the inner madman
Chair, DocBook Technical Committee | under lock and key.--Val\'ery

------------------------------------------------------------------
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]