On 11/26/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > I was unsure of any dependencies posed by DTD 'version' in > struts-config.xml upon "Implementation-Version" header in manifest.mf > Thanks for the clarification, > M-
Ah ... that goes like this: * Struts 1.0 can process 1.0 DTD versions * Struts 1.1 can process 1.0 or 1.1 DTD versions * Struts 1.2 can process 1.0 or 1.1 or 1.2 DTD versions because we've always striven to maintain backwards compatibility. Each Struts version has added new legal elements, but we've tried to avoid removing any, or fundamentally changing their semantics. Craig