Hello all,
I want to create a context sensitive help via htmlhelp for a
MS-application.
If I write in my source:
<chapter id="kap_prozessschritte">
<?dbhh topicname="sperre" topicid="801"?>
<title>Standardprozesse</title>
<section id="sec_allgemeines">
<title>Allgemeines</title>
and all works fine. But if I write
<chapter id="kap_prozessschritte">
<title>Standardprozesse</title>
<section id="sec_allgemeines">
<?dbhh topicname="sperre" topicid="801"?>
<title>Allgemeines</title>
and I call the MS help-compiler like this
hhc.exe htmlhelp_out/htmlhelp.hhp
I receive the following error:
HHC3015: Warning: An alias has been created to
"kap_prozessschritte.html#sec_allgemeines" but the file does not exist
In my file kap_prozessschritte.html I find the following <h2>-tag:
<h2 class="title" style="clear: both"><a name="sec_allgemeines"></a>3.1.
Allgemeines</h2>
Does anybody know why I got this error? What should I do to prevent this
behavior? Can I use context-sensitive help for listitem, para and other
elements?
Best regards
Robert