You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/01/27 17:34:35 UTC

svn commit: r1561732 - /tomcat/trunk/java/javax/servlet/jsp/resources/jspxml.dtd

Author: kkolinko
Date: Mon Jan 27 16:34:35 2014
New Revision: 1561732

URL: http://svn.apache.org/r1561732
Log:
Fix two more errors in jspxml.dtd, found by validating the file in Eclipse IDE.
1. Complained for missing '(' in definition of jsp:text.
2. Element jsp:fallback (mentioned in jsp:plugin) was not defined.

Modified:
    tomcat/trunk/java/javax/servlet/jsp/resources/jspxml.dtd

Modified: tomcat/trunk/java/javax/servlet/jsp/resources/jspxml.dtd
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/jsp/resources/jspxml.dtd?rev=1561732&r1=1561731&r2=1561732&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/jsp/resources/jspxml.dtd (original)
+++ tomcat/trunk/java/javax/servlet/jsp/resources/jspxml.dtd Mon Jan 27 16:34:35 2014
@@ -186,5 +186,6 @@
     value           CDATA           #REQUIRED
 >
 
-<!ELEMENT jsp:text #PCDATA>
+<!ELEMENT jsp:text (#PCDATA)>
 
+<!ELEMENT jsp:fallback %Body;>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org