Huber Evelyne wrote: > > I've got a problem concerning docbook5.0....as I'd like to use annotations I > will need version 5.0, but after installing the plugin the option convert to > html is gone, how can I generate a html output with docbook5.0... > goal is a html document looking like this with the annotation > http://norman.walsh.name/2005/10/17/annotations
There is no bug here. Support for DocBook 5 simply does not include a "Convert Document" menu yet. This is implemented in XMLmind XML Editor 5.3.1, to be released in the next few weeks. The reason is explained in the documentation of the DocBook 5 add-on: --- This configuration should be considered as a work in progress. If you just want to author DocBook documents, do *not* use this RELAX NG-based configuration. Rather use the bundled, DTD-based, configuration which is much more mature. --- For now, if you really, really, want to solve your problem, you need to run an XSLT engine by hand by typing a command in a console. Something like (XXE is assumed to be installed in C:\Program Files\XMLmind_XML_Editor): --- C\Program Files\XMLmind_XML_Editor> java -jar bin\saxon.jar -o C:\tmp\mydoc.html C:\tmp\mydoc.xml addon\config\docbook\xsl\html\docbook.xsl --- (No new lines between the above command line arguments.) Note that we have found the DocBook XSL style sheets to barely support DocBook 5. Therefore I would recommend to convert your document to DocBook 4. --- PS: This kind of questions must be sent to xmleditor-support, not to xmleditor-info.

