Hello Sorin, Thanks for your reply.
1. I created a New > From Template > XML DITA - Task.
2. I copied > pasted content from an existing task topic.
3. Next I ran the transformation, "DITA to HTML" (default version).
3. The transformation was successful.
However, the bold weight did not appear for
<note type="important">
<uicontrol>License Administration Tool </uicontrol>
<wintitle>License Administration Tool</wintitle>
Here is the markup for the topic:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "
http://docs.oasis-open.org/dita/v1.1/OS/dtd/task.dtd">
<task id="SetPassword">
<title>
<b>Setting the administrator user password</b>
<!-- <keyword>setpassword administratorpassword</keyword> -->
</title>
<prolog>
<metadata>
<audience type="user"/>
<keywords>
<indexterm>administrator password<indexterm>set</indexterm></indexterm>
<indexterm>License Administration Tool<indexterm>adminstrator password</indexterm></indexterm>
<indexterm/>
</keywords>
</metadata>
</prolog>
<taskbody>
<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>
<step>
<cmd>In the
<uicontrol>Confirm Password</uicontrol>
box, re-type the password and then click
<uicontrol>OK. </uicontrol>
</cmd>
<info>The
<wintitle>License Administration Tool</wintitle>
window opens. From this window you can manage your product license, license
groups, and license use reservations.</info>
</step>
<step>
<cmd>In the
<uicontrol>Password</uicontrol>
box, type a password.</cmd>
</step>
</steps>
<!-- Links to external HFS -->
<postreq>
<lines>
<b>Did this topic help you?</b>
<xref href="
http://sagemasterbuilder.com/customer_c ... MLtest">If yes, click this link to let us know. </xref>
<xref href="
http://sagemasterbuilder.com/customer_c ... MLtest">If not or to leave a comment, then click here.</xref>
(Require access to the Internet.)
</lines>
</postreq>
<!-- /Links to external HFS -->
</taskbody>
<!-- help system internal links -->
<related-links>
<linklist>
<title>
<b>Links to more information</b>
</title>
<link href="AboutPassword">
<linktext>About the adminstrator user password</linktext>
</link>
<link href="ChangePassword">
<linktext>Change the administrator password</linktext>
</link>
<!-- <link href="SetPassword">
<linktext>Set the administrator password</linktext>
</link> -->
<link href="Re-setPassword">
<linktext>Re-set the administrator password</linktext>
</link>
</linklist>
</related-links>
<!-- help system internal links -->
</task>
Thanks for taking a look at this issue. I appreciate it.
Charlie