Vincent Hikida wrote:

> Actually I forgot that I actually do use id="xxxxx" in the sections. I
> think that after being processed through javahelp.xls. I think that the
> resulting html should specify "target=xxxxx" but instead I get something
> like target=N40025F. Is there a way that I can control the target label?

It works for me as expected. E.g.

<section id="foo">
  <title>bar</bar>
...
</section>

is transformed to

<tocitem target="foo" text="bar"/>
or
<mapID target="foo" url="somefile.html"/>

What version of stylesheet you are using? 

                        Jirka

-- 
-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

Reply via email to