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]

Re: javahelp.xsl questions


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: jirka@kosek.cz
  http://www.kosek.cz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]