On 5/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi! I have a Struts webapp with a struts-config.xml that starts with the usual <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN" "http://struts.apache.org/dtds/struts-config_1_3.dtd">
Which version of Struts are you trying to use this with? Since you are asking for version 1.3 of the DTD, then it will need to be at least some version of 1.3 before this would use an internal copy. Struts 1.2.x only supports DTD versions up through 1.2. Craig