Arnaud Thuillier wrote: > > I have edited 2 files: > chap1.xml and chap2.xml > each one contains a chapter without any Doctype. > > Then I open a new "Book" file. > Using XXE, I would like to insert chap1.xml and chap2.xml (with the > right entities, &chap1; and &chap2; with a normal text editor). > > How can I do this with XXE ? >
Yes. Copy a *reference* to the root chapter element contained in chap1.xml using Ctrl+Shift-C and then, use "Paste After" (Ctrl-W) to paste this reference in the book. All this is explained in great details here: http://www.xmlmind.com/xmleditor/_distrib/doc/user/tutorial_modular_document.html (The example used is XHTML but everything said in this document applies to all document types.)

