On 11/25/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > I *thought* the 2nd line of struts-config.xml (DTD) specified the version > usually in the form > > <!DOCTYPE struts-config PUBLIC > "-//Apache Software Foundation//DTD Struts Configuration 1.0 > //EN" > "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd">
Technically, this tells you a *different* fact ... that the version of the configuration file you are using came from 1.0. However, this configuration file could be read by any 1.0, 1.1, or 1.2 version, so that bit of information does not help answer the original question, which was what version of the Struts runtime was in use. Craig