Thomas Suter wrote: > I'm new to xmlmind, so forgive me if this is a very stupid question. > > Is it possible to modularize a 'book' document with the xmlmind xml > editor? That is: where can i define the xinclude tags that reference my > chapters for the book? I can't seem to find the according tag in the > taglists for 'insertion' or 'insert before/after'?
In XXE, Xinclude elements only exists at ``open/save document time''. Please read the tutorial, especially this part: "Tutorial: creating a modular document" = http://www.xmlmind.com/xmleditor/tutorial.html#id.s2 This chapter basically explains that creating a modular document works by *copying references* (Shift-Ctrl-C) to external elements and then *pasting* them into/before/after (Ctrl-V/Ctrl-U/Ctrl-W) within the master document. Everything explained for XHTML applies to DocBook or to any other document type. If you want to force XXE to always use Xincludes (rather than references to external entities) when creating modular documents, use Options|Options, Edit tab and check "Type of document reference" = "XInclude". See http://www.xmlmind.com/xmleditor/_distrib/docs/help/ar01s06s01.html#editOptions2

