Chris Chiasson wrote: > Does anyone have any information on making xxe properly xinclude files > (as opposed to just copying them into the document) if the xinclude > has the attribute parse = text?
This cannot be done with XMLmind XML Editor. > Will this feature be implemented in the future? No. > For example, > > <programlisting><xi:include href="FindUnimodalMinimum.m" parse="text" > xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting> > > should stay that way after I save the document. XMLmind XML Editor does *not* support XIncludes as a general purpose XML tool. The problem to solve is just: let the average, non-technical, user build modular documents using XMLmind XML Editor. For that, we could have used proprietary PIs, but we preferred to use a *subset* of the XInclude standard. Having done this, XMLmind XML Editor can now really be used to author modular documents, even fine grained ones (see http://www.xmlmind.com/xmleditor/_distrib/doc/user/tutorial_modular_document.html#extensive_copy_as_reference).

