I guess this issue is Maven-related. If chapter is declared using
"href" for links, links are not generated in HTML. For example:

 <subsection name="Prerequisite Software" href="Prerequisites">

produces the following HTML, notice that there is no link:

 <div class="section"><h3>Prerequisite Software</h3>

There are other chapters that define links using standard "A" tag, they do work:

 <a name="request_processor"/>
 <subsection name="4.2.1 Request Processor">

produces the following HTML:

 <a name="request_processor"></a>
 <div class="section"><h3>4.2.1 Request Processor</h3>

So either Maven should be fixed to generate links for "href"
attribute, or all chapters should be named using "A" tag. I hope the
former option is possible ;)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to