cedric 01/12/27 08:20:59
Modified: conf/share struts-config_1_1.dtd
Log:
Correct missing ';' in new attribute declarations
Revision Changes Path
1.3 +4 -4 jakarta-struts/conf/share/struts-config_1_1.dtd
Index: struts-config_1_1.dtd
===================================================================
RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_1.dtd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- struts-config_1_1.dtd 2001/12/26 23:14:50 1.2
+++ struts-config_1_1.dtd 2001/12/27 16:20:59 1.3
@@ -11,7 +11,7 @@
"-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
- $Id: struts-config_1_1.dtd,v 1.2 2001/12/26 23:14:50 craigmcc Exp $
+ $Id: struts-config_1_1.dtd,v 1.3 2001/12/27 16:20:59 cedric Exp $
-->
@@ -373,11 +373,11 @@
-->
<!ELEMENT controller EMPTY>
<!ATTLIST controller id ID #IMPLIED>
-<!ATTLIST controller bufferSize %Integer #IMPLIED>
+<!ATTLIST controller bufferSize %Integer; #IMPLIED>
<!ATTLIST controller contentType CDATA #IMPLIED>
-<!ATTLIST controller locale %Boolean #IMPLIED>
+<!ATTLIST controller locale %Boolean; #IMPLIED>
<!ATTLIST controller maxFileSize CDATA #IMPLIED>
-<!ATTLIST controller nocache %Boolean #IMPLIED>
+<!ATTLIST controller nocache %Boolean; #IMPLIED>
<!ATTLIST controller tempDir CDATA #IMPLIED>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>