Hi, I am writing a document on an specific XML format and I would like to include the example XML snippets through XInclude, parsed as text.
<xi:include href="examples/appetizer.xml" parse="text"/> This way I could validate the XML of the example documents independently from the main document. Unfortunately XMLmind XML Editor does not recognize the parse attribute of the include element and will complain about the xml declaration in the first line of the included document. Is there any possibility to work around this behavior? Is it possible to enable text inclusions in a newer version of XXE? with best regards Lars Trieloff

