bomots-Verlag wrote: > >> --> In summary, if you intend to work with modular documents built >> using the references to external entities mechanism, we recommend to >> choose another XML editor (no offense intended). > Will it work when I use one of the docbookx.dtd files which are part of > XMLmind? >
No in practice, this means that your have to ``port'' your documentation to XInclude. (I can do it for you because with a good text editor, this just takes 5 minutes, even for a large documentation set.) * How it works for the end-user is explained here: Tutorial: creating a modular document http://www.xmlmind.com/xmleditor/_distrib/doc/user/tutorial_modular_document.html * Please open in a text editor XXE_install_dir/demo/docbook-modular-book.xml and all the XML files found in XXE_install_dir/demo/docbook-modular-book/ to see how it look likes. Search <xi:include> elements. Example: <xi:include href="docbook-modular-book/glossary.xml" xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="XXE" />

