> 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>
>
Solved it! Works with the following...

<?xml version="1.0"?>
<!DOCTYPE config [<!ENTITY testScript SYSTEM
"file:../apps/james/SAR-INF/testScript.xml">]>
<config>
   &testScript;
</config>

The XML specs. don't mention "file:", but hey.

-- Steve


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to