Hi, Has anyone had any success bringing XML entities into James' config.xml using something like this...
<?xml version="1.0"?> <!DOCTYPE config [<!ENTITY testScript SYSTEM "./testScript.xml">]> <config> &testScript; </config> Xerces is throwing a MalformedURLException saying that "./testScript.xml" lacks a protocol. True, but irrelevant. The XML spec. says that this is valid. Of course, I should also check the Xerces user archives, but they are down at the moment. Ideas anyone? -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]