I am getting this exception for jstl importing file when I importing two files
null: org.xml.sax.SAXParseException; lineNumber: 6018; columnNumber: 56; An invalid XML character (Unicode: 0x3) was found in the CDATA section.
null: org.xml.sax.SAXParseException; lineNumber: 6018; columnNumber: 56; An invalid XML character (Unicode: 0x3) was found in the CDATA section.
Thanks in advacne
I am getting this exception for jstl importing file when I importing two files
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<h3>Validation error messages from TagLibraryValidator for fmt in /frontpages/searchresults-delivery.jsp</h3>
<p>null: org.xml.sax.SAXParseException; lineNumber: 6018; columnNumber: 56; An invalid XML character (Unicode: 0x3) was found in the CDATA section.</p>
<h3>Validation error messages from TagLibraryValidator for c in /frontpages/searchresults-delivery.jsp</h3>
<p>null: org.xml.sax.SAXParseException; lineNumber: 6018; columnNumber: 56; An invalid XML character (Unicode: 0x3) was found in the CDATA section.</p>
Thanks in advance.
Kindly remove the all special HTML Characters from he your jsp page such as (,)(')(>)(-) and recompile jsp file locally.This problem was for me in Google app engine development.