Paul Moloney wrote:
> Currently if I try to open an XML doc A that references a non-existent
> doc B, A won't open. Though this would seem to make sense, unfortunately
> for me it doesn't, since in some cases, document B is auto-generated from
> code - for instance, a database description guide, where a particular
> chapter is entirely generated on the fly when the doc is built from XML
> into a PDF.
> 
> Is there any way to configure XML Editor to ignore non-existent referenced
> documents?

No, strictly speaking, there is no way to configure XXE to ignore
non-existent referenced documents.

However, if you configure XXE to always use XInclude[*] instead of
references to external entities when creating modular documents, XXE
will succeed in opening broken modular documents. In the case you
describe, it will just report an XInclude error.

[*] Use Options|Options, Edit section, "Type of document reference" =
"XInclude". See
http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmleditapp.dialog.PreferencesEditorDialog.html#editOptions

Reply via email to