Magnus G?fvert wrote: > > I am trying to figure out whether it is possible to automate conversion > in xxe. What I want to do is nightly builds of our documents from our > subversion repo. I cannot find this in the documented cli. I would like > to do something like: > > xxe -convert usersguide.xml xhtml pdf htmlhelp >
Please use the convertdoc utility found in XXE_install_dir/bin/. To make it simple, convertdoc is XXE without a GUI. More information here: http://www.xmlmind.com/xmleditor/_distrib/doc/commands/convertdoc.html Please carefully read its documentation. This command-line utility invokes XXE's process commands (e.g. "db5.toXHTML" found in "XXE_install_dir/addon/config/docbook5/xslMenu.incl"). You cannot guess which command line arguments to use without reading the XML source of the corresponding process command.

