← Prev in month
← Prev in thread
Re: [docbook-apps] How to encode HTMLHelp topic alias: <?dbhh topicname="some_title"topicid="42"?>
Taro Ikai wrote: > I was thinking of something like <anchor role="topicalias">, but came upon > <?dbhh ...> from a brief search. > > I would like to use a technique that is widely accepted and practiced. <?dbhh ...?> is supported by stylesheets out-of-the box. As aliases are useful only in HTML Help they are captured in HTML Help specific processing instruction. > My second question: In the .hhp project file for HTML Help, what is the > semantic of the part following # in the [ALIAS] section? > > i.e. > > [ALIAS] > IDH_TUTORIAL = online_t.htm#1041352 It is a fragment identifier. It is autogenerated in a case that you don't have id attribute on corresponding element (typically chapter or section). Jirka -- ----------------------------------------------------------------- Jirka Kosek e-mail: http://www.kosek.cz
← Prev in month
← Prev in thread