Re: configure DTD version to use for validation of struts-config

2005-06-26 Thread nicole.wollgast
Hi Laurie, I did not see that - thank you so much - you helpt me a lot. Regards, Nici Am Sonntag, den 26.06.2005, 07:19 -0400 schrieb Laurie Harper: > nicole.wollgast wrote: > > the DOCTYPE I am using is: > > > > > "-//Apache Software Foundation//DTD Struts Configuration > > 1.0//EN

Re: configure DTD version to use for validation of struts-config

2005-06-26 Thread Laurie Harper
nicole.wollgast wrote: the DOCTYPE I am using is: http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";> Your doctype declaration is inconsistent: you specify version 1.0 in the public identifier and 1.1 in the system identifier. You need to fix the public identifier to also referenc

Re: configure DTD version to use for validation of struts-config

2005-06-26 Thread nicole.wollgast
Hi Craig, Am Samstag, den 25.06.2005, 13:09 -0700 schrieb Craig McClanahan: > Nicole, > > Could you post the entire DOCTYPE declaration you are using? That > will help us give you an idea of what is actually going on here. the DOCTYPE I am using is: http://jakarta.apache.org/struts/dtds/struts

Re: configure DTD version to use for validation of struts-config

2005-06-25 Thread Aladin Alaily
Hi Nicole, You have a typo. You don't want global-exceptionS but rather global-exception. Remove the S and everything should work. Aladin nicole.wollgast wrote: Hi, I am using struts and have a struts-config.xml that is valid against struts-config_1_1.dtd (I checked it with xmlstarlet, th

Re: configure DTD version to use for validation of struts-config

2005-06-25 Thread Craig McClanahan
Nicole, Could you post the entire DOCTYPE declaration you are using? That will help us give you an idea of what is actually going on here. Craig On 6/25/05, nicole.wollgast <[EMAIL PROTECTED]> wrote: > Hi, > > I am using struts and have a struts-config.xml that is valid against > struts-config

configure DTD version to use for validation of struts-config

2005-06-25 Thread nicole.wollgast
Hi, I am using struts and have a struts-config.xml that is valid against struts-config_1_1.dtd (I checked it with xmlstarlet, that it is definitely valid). Now when starting my application I get the error: Parse Error at line 91 column 25: Element type "global-exceptions" must be declared. glob