[[[

My answer assumes that you want to create a help .jar file out of a 
*DocBook* document.

If you want to create a help .jar file out of a *DITA* document, then 
you'll find the XSLT stylesheet parameter you need documented here:

http://www.xmlmind.com/ditac/_distrib/doc/manual/xsltParams.html#xsltParams__helpset-basename

]]]



On 11/18/2011 05:07 PM, Kappes Florian (STS/FuE) wrote:
> i use xml mind to create an java help file (.jar).
> The help set is loaded by defining the index file within the java
> program. This is by default jhelpset.hs.
> Since i did not found a documentation of the possible xsl options

This documentation is normally found here:

http://docbook.sourceforge.net/release/xsl/current/doc/html/index.html

(Search for "JavaHelp")



> please tell me how to specify the helpset name in the converion options of
> xmlMind.
> Please send me a link or documentation of possible options if available.
>

"jhelpset.hs" seems to be hardwired in the DocBook XSL stylesheets. 
Therefore there is no way to change the name of this file.

I'm not sure that you really need to change the name of this file. 
Something like:

new HelpSet(null, new URL("jar:file:/C:/bar/wiz/foo.jar!/jhelpset.hs"));

should work fine.

I mean, if you need to load different helpsets, then specify different 
"jar:" URLs. The fact that all the "jar:" URLs you'll specify end with 
"/jhelpset.hs" will not prevent all these URLs from being completely 
different.

 
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to