bomots-Verlag wrote: > > > I'm evaluating the Pro Edition. When exporting a Docbook file to Word, RTF > od another format I get a error message (see attachment). > > What's wrong with my installation? Hoe you can help me. >
There is nothing wrong with your installation. This looks like a problem (may be a bug) which would be triggered by the contents of the document your are trying to export. I mean the problem is specific to this document. Exporting, say our user guide (XXE_install_dir/doc/user/userguide.xml) should work fine. * XMLmind XML Editor can read your document. * The XSLT engine cannot read a copy of your document (__doc.xml). Possible scenario: * Your document has no <!DOCTYPE> information. * XMLmind XML Editor automatically adds one because it detects it as being a DocBook book. * The copy which is exported (__doc.xml) has no <!DOCTYPE> information but contains references to character entities (e.g. €). The XSLT engine cannot read __doc.xml because it really needs the definition of these character entities. For a real diagnostic, I need to get a hand on the document your are trying to export.

