Erik B. wrote:
The CI server is indeed a Linux server. I thought it might be the hhc thing. The strange thing is that it works ok on a Mac via the DocBook > Convert Document > Convert to Web Help menu.
"Convert to Web Help" works on all platforms. "Convert to HTML Help" works only on Windows.
The main reason I want the Web Help format is to have the menu sidebar and search feature. Is there another way of generating those?
HTMLHelp is not a ``Web Help''. HTMLHelp (that is, a .chm file) can be displayed only using the standard HTMLHelp Viewer of Windows. True Web Help is usable in any modern Web browser.
Using XMLmind XML Editor (or convertdoc), you can generate Web Help on any platform. See for example: http://www.xmlmind.com/xmleditor/_distrib/doc/help/wh/index.html
Online help of convertdoc db5.toWebHelp: --- ~$ convertdoc -h db5.toWebHelp convertdoc [options] db5.toWebHelp docbook_file_or_URL \ -u output_dir_filename_or_URL Convert DocBook document docbook_file_or_URL to a Web Help application running in the browser. Create the Web Help files in directory output_dir_filename_or_URL. Example: convertdoc db5.toWebHelp doc.xml -u out/ --- -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

