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] |
Other format: | [Raw text] |
In my document, chap1.xml, I put:
<para id="foo">la la la</para> ..... <?dbhh topicname="foo" topicid="777"?>
When I run this through xsltproc --nonet /usr/share/docbook-xsl/htmlhelp/htmlhelp.xsl mydocbook.xml
I get the following in my alias.h file that's included in my alias.h file:
foo=ch01.html (I can't find any use of '#' or a fragment identifier).
In the ch01.html, I find:
<p><a name="foo"></a></p>
There is no mention of "777" anywhere, either in the alias.h file or the intermediate .html file.
So my question is this. How is the "topicid" attribute used inside <?dbhh> element? What do I have to do to make HTML Help jump to the correct SPOT on the page for a topic?
-- ----------------------------------------------------------------- Jirka Kosek e-mail: jirka@kosek.cz http://www.kosek.cz
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |