rleland 2003/07/21 19:15:44 Modified: doc/userGuide Tag: STRUTS_1_1_BRANCH release-notes-1.1.xml release-notes.xml Log: Bug 21632 reported by [EMAIL PROTECTED] DTD stands for "Document Type Definition" Revision Changes Path No revision No revision 1.2.2.1 +4 -4 jakarta-struts/doc/userGuide/release-notes-1.1.xml Index: release-notes-1.1.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes-1.1.xml,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 --- release-notes-1.1.xml 30 Jun 2003 04:29:23 -0000 1.2 +++ release-notes-1.1.xml 22 Jul 2003 02:15:44 -0000 1.2.2.1 @@ -363,20 +363,20 @@ include this file in the <code>/WEB-INF/lib</code> directory of your application, if it is not already made visible to web applications by your servlet container.</li> - <li><code>struts-config_1_1.dtd</code> - The document type descriptor + <li><code>struts-config_1_1.dtd</code> - The Document Type Definition (DTD) for the Struts 1.1 configuration file (which is typically named <code>/WEB-INF/struts-config.xml</code>). Your configuration file will be validated against an internal copy of this DTD -- this copy is available for reference purposes only.</li> - <li><code>struts-config_1_0.dtd</code> - The document type descriptor + <li><code>struts-config_1_0.dtd</code> - The Document Type Definition (DTD) for the Struts 1.0 configuration file (which is typically named <code>/WEB-INF/struts-config.xml</code>). Your configuration file will be validated against an internal copy of this DTD -- this copy is available for reference purposes only.</li> - <li><code>web-app_2_2.dtd</code> - The document type descriptor (DTD) + <li><code>web-app_2_2.dtd</code> - The Document Type Definition (DTD) for web.xml files conforming to the Servlet 2.2 specification. This copy is for reference purposes only.</li> - <li><code>web-app_2_3.dtd</code> - The document type descriptor (DTD) + <li><code>web-app_2_3.dtd</code> - The Document Type Definition (DTD) for web.xml files conforming to the Servlet 2.3 specification. This copy is for reference purposes only.</li> </ul></li> 1.20.2.1 +4 -4 jakarta-struts/doc/userGuide/release-notes.xml Index: release-notes.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes.xml,v retrieving revision 1.20 retrieving revision 1.20.2.1 diff -u -r1.20 -r1.20.2.1 --- release-notes.xml 19 Jan 2003 00:40:41 -0000 1.20 +++ release-notes.xml 22 Jul 2003 02:15:44 -0000 1.20.2.1 @@ -91,20 +91,20 @@ include this file in the <code>/WEB-INF/lib</code> directory of your application, if it is not already made visible to web applications by your servlet container.</li> - <li><code>struts-config_1_1.dtd</code> - The document type descriptor + <li><code>struts-config_1_1.dtd</code> - The Document Type Definition (DTD) for the Struts 1.1 configuration file (which is typically named <code>/WEB-INF/struts-config.xml</code>. Your configuration file will be validated against an internal copy of this DTD -- this copy is available for reference purposes only.</li> - <li><code>struts-config_1_0.dtd</code> - The document type descriptor + <li><code>struts-config_1_0.dtd</code> - The Document Type Definition (DTD) for the Struts 1.0 configuration file (which is typically named <code>/WEB-INF/struts-config.xml</code>. Your configuration file will be validated against an internal copy of this DTD -- this copy is available for reference purposes only.</li> - <li><code>web-app_2_2.dtd</code> - The document type descriptor (DTD) + <li><code>web-app_2_2.dtd</code> - The Document Type Definition (DTD) for web.xml files conforming to the Servlet 2.2 specification. This copy is for reference purposes only.</li> - <li><code>web-app_2_3.dtd</code> - The document type descriptor (DTD) + <li><code>web-app_2_3.dtd</code> - The Document Type Definition (DTD) for web.xml files conforming to the Servlet 2.3 specification. This copy is for reference purposes only.</li> </ul></li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]