Vladimir Dubsky wrote: > > we are using docbook for authoring our documentation. We have evaluated > XMLMind and find it quite usefull for our purposes. But there is a > problem which makes it impossible to use it. > We use xincludes inside the program listing tags like: > > <programlisting format="linespecific" xml:space="preserve"> > <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" > href="ex.schema2java.task.xml"> > <xi:fallback>Cannot load file ex.schema2java.task.xml</xi:fallback> > </xi:include> > However the latest version of XMLMind does not support this (v2.5p1). > The include is substituted by the included content when the docbook > document is saved. > In the previous version the example was also reformated as plain text > (so Java indentation was lost). I haven't tried this in the latest > release. I would like to know wether there is a chance this to be > fixed/implemented and what would be the potentional time frame for such > a release.
No. This is a limitation we cannot remove due to the design of XXE. See http://www.xmlmind.com/xmleditor/_distrib/docs/help/ar01s07s01.html#managedNonmanaged A workaround is to xinclude a <programlisting> element.

