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] | [List Home]


Subject: Re: [docbook-apps] Why is italic text not displayed in html files generated from Docbook/Oxygen ?


Hello,

The WebHelp CSS is missing these two styles which we will add in the next version of Oxygen:


.bold {
    font-weight:bold;
}

.italic {
    font-style:italic;
}


For fixing the problem in the WebHelp transformation in your current Oxygen installation please add these two styles in the following file:

OXYGEN_INSTALL_DIR\frameworks\docbook\xsl\com.oxygenxml.webhelp\oxygen-webhelp\resources\css\webhelp_topic.css


Best regards,
Sorin

<oXygen/> XML Editor

http://www.oxygenxml.com


Paul Taylor wrote:
I'm using Oxygen Xml Editor 15 to generate Docbook Html, Docbook Webhelp and Docbook Pdf from a single Xml file in Docbook format. The pdf file is fine but the Html and webhelp files are not outputting the text I made italic as italic, text I made bold is shown as bold.

When I look at the html of the outputted data I can see Bold uses `<span class="italic">` and Italic uses `<span class="italic">` so both are using a similar mechanism, Webhelp references the stylesheet *oxygen-webhelp/resources/css/webhelp_topic.css* but I cant see a bold or an italic class within it. Html doesnt reference any stylesheet. Both files say they used *DocBook XSL Stylesheets V1.78.1*

How can I fix this so italics are shown, preferably by modifying a setting in Oxygen so I don't have to do it every time I regenerate the text.



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