Why no bolding when using <unicode> with "dita2ht
Posted: Fri Jan 18, 2008 1:17 am
Hello,
In the library of DITA references is states this:
"The bold (<b>) element is used to apply bold highlighting to the content of the element. Use this element only when there is not some other more proper element. For example, for specific items such as GUI controls, use the <uicontrol> element. This element is part of the DITA highlighting domain."
It also states that when using "<note type="Important"> the word "Important" will appear as bolded.
In the section following, these elements are not bolded although I'm using the default file, "dita2html.xsl." It is supposed to find the dita.css file. This should display the elements as bolded.
<prereq>
<note type="important">We strongly recommend that you write down your administrator user password and save it in a safe place. If you forget your password, you have to call Sage Customer Support to re-set it. </note>
<p>After the License Administration Tool has been successfully installed, clicking the <uicontrol>License Administration Tool </uicontrol> desktop icon opens the <wintitle>Logon Administrator Password</wintitle> window. </p>
<note type="important">Your License Administrator Tool password is case-sensitive. </note>
<p>
<b>To set the administrator user password:</b>
</p>
</prereq>
<steps>
<step>
<cmd>In the
<uicontrol>Password</uicontrol>
box, type a password.</cmd>
</step>
I must be missing something. Can anyone provide information that would help me point to the correct ".xsl" file so that this aspect of dita automation works correctly?
Here is the path to the .xsl file.
file:/C:/projects/AdminPassword/frameworks/dita/DITA-OT/xsl/dita2html.xsl
Thanks,
Charlie
In the library of DITA references is states this:
"The bold (<b>) element is used to apply bold highlighting to the content of the element. Use this element only when there is not some other more proper element. For example, for specific items such as GUI controls, use the <uicontrol> element. This element is part of the DITA highlighting domain."
It also states that when using "<note type="Important"> the word "Important" will appear as bolded.
In the section following, these elements are not bolded although I'm using the default file, "dita2html.xsl." It is supposed to find the dita.css file. This should display the elements as bolded.
<prereq>
<note type="important">We strongly recommend that you write down your administrator user password and save it in a safe place. If you forget your password, you have to call Sage Customer Support to re-set it. </note>
<p>After the License Administration Tool has been successfully installed, clicking the <uicontrol>License Administration Tool </uicontrol> desktop icon opens the <wintitle>Logon Administrator Password</wintitle> window. </p>
<note type="important">Your License Administrator Tool password is case-sensitive. </note>
<p>
<b>To set the administrator user password:</b>
</p>
</prereq>
<steps>
<step>
<cmd>In the
<uicontrol>Password</uicontrol>
box, type a password.</cmd>
</step>
I must be missing something. Can anyone provide information that would help me point to the correct ".xsl" file so that this aspect of dita automation works correctly?
Here is the path to the .xsl file.
file:/C:/projects/AdminPassword/frameworks/dita/DITA-OT/xsl/dita2html.xsl
Thanks,
Charlie