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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org