David Shevitz wrote: > This is very helpful! I hadn't realized this capability existed. > > Might I ask a question? I placed the file you attached in the directory > structure (I am on Windows 2000), but I get the following error when I > start XMLMind: > > File <path to mydocbook.xxe> invalid configuration file; in file <path > to configuration file> at line 7, column 1: > "xxe-config:docbook/docbook.xxe" invalid value for "location" attribute > > Any thoughts why this error might occur?
Sure. In the customize.xxe file I sent you: --- <include location="xxe-config:docbook/docbook.xxe"/> --- requires XXE V2.6 Patch 1 or later in order to work. If you do not intend to upgrade, use the older, now deprecated, syntax: --- <include location="docbook/docbook.xxe" system="true"/> ---

