Page 1 of 1

Htmlhelp

Posted: Wed Aug 13, 2008 6:58 pm
by jockel
Presently I try to generate hlmlhelp files from docbook via oXygen.
I have to set the base.dir parameter of the DocBook stylesheet for HTML Help output to the path of the folder where I want to generate the HTML files. If I want to generate the HTML Help project files (the HHP file, the HHC file, etc) in the same folder I have to set also the manifest.in.base.dir parameter to 1.

I am new in oxygen - be so kind and tell me, where can I find the point to change this.

Brgds

Re: Htmlhelp

Posted: Thu Aug 14, 2008 11:19 am
by sorin_ristache
Hello,

You change the parameters of a XSLT stylesheet in the Configure Parameters dialog opened from the Parameters button of the scenario edit dialog.


Regards,
Sorin

Re: Htmlhelp

Posted: Thu Aug 14, 2008 6:29 pm
by jockel
Thanks for your help.

Now i am able to change the dir for the html files.

[Saxon6.5.5] Writing C:/project/htmlhelp/ch01.html for chapter
[Saxon6.5.5] Writing C:/project/htmlhelp/pt01.html for part
[Saxon6.5.5] Writing C:/project/htmlhelp/index.html for book
[Saxon6.5.5] Writing htmlhelp.hhp
[Saxon6.5.5] Writing toc.hhc

Is it also possible to du this for the hhp and hhc file?
The next step - the producing of the chm file are OK, if I copy the two files into my new "base directory".

Brgds
Jörg

Re: Htmlhelp

Posted: Fri Aug 15, 2008 11:01 am
by sorin_ristache
jockel wrote:[Saxon6.5.5] Writing htmlhelp.hhp
[Saxon6.5.5] Writing toc.hhc

Is it also possible to du this for the hhp and hhc file?
You did not set manifest.in.base.dir to 1. When you set this parameter to 1 the .hhp and .hhc files are generated to the base.dir folder too.


Regards,
Sorin