yoavs 2004/10/18 10:30:25 Modified: webapps/docs/config Tag: TOMCAT_5_0 context.xml Log: Typo fix. Revision Changes Path No revision No revision 1.10.2.2 +2 -2 jakarta-tomcat-catalina/webapps/docs/config/context.xml Index: context.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/context.xml,v retrieving revision 1.10.2.1 retrieving revision 1.10.2.2 diff -u -r1.10.2.1 -r1.10.2.2 --- context.xml 31 Aug 2004 14:50:41 -0000 1.10.2.1 +++ context.xml 18 Oct 2004 17:30:25 -0000 1.10.2.2 @@ -259,7 +259,7 @@ of the flag is <code>false</code>.</p> </attribute> - <attribute value="tldNamespaceAware" required="false"> + <attribute name="tldNamespaceAware" required="false"> <p>If the value of this flag is <code>true</code>, the TLD files XML validation will be namespace-aware. If you turn this flag on, you should probably also turn <code>tldValidation</code> on. The @@ -268,7 +268,7 @@ </p> </attribute> - <attribute value="tldValidation" required="false"> + <attribute name="tldValidation" required="false"> <p>If the value of this flag is <code>true</code>, the TLD files will be XML validated on context startup. The default value for this flag is <code>false</code>, and setting it to true will incur
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]