On 10/07/2010 07:12 PM, Jason Cooke wrote: > Hi, we have XMLMind XML Editor and wish to create CHM's from our xml > using commandline. I can't find any help on this, can you point me in > the right direction please. >
You need to use the convertdoc command-line tool to do that. See http://www.xmlmind.com/xmleditor/_distrib/doc/commands/convertdoc.html * convertdoc is found in XXE_install_dir/bin/. * convertdoc requires Professional Edition in order to work. * convertdoc being XMLMind XML Editor without a GUI, you first need to start XXE normally and use "Options|Preferences|Helper Applications" to specify that hhc.exe (part of the HTML Help Compiler) must be used to ``open'' .hhp files. This is done once for all. See screenshot in http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.helperapps.HelperApplicationEditor.html DocBook 5 example (command on a single line): --- C:\src\4xxe\docsrc\rngsupport> C:\src\4xxe\bin\convertdoc db5.toHTMLHelp rngsupport.xml -u C:\tmp\rngsupport.chm --- -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

