Validation error messages from TagLibraryValidator for fmt

313 views
Skip to first unread message

Vyankatesh Shirde via StackOverflow

unread,
Apr 13, 2015, 5:41:54 AM4/13/15
to google-appengin...@googlegroups.com

I am getting this exception for jstl importing file when I importing two files

Validation error messages from TagLibraryValidator for fmt in /frontpages/searchresults-delivery.jsp

null: org.xml.sax.SAXParseException; lineNumber: 6018; columnNumber: 56; An invalid XML character (Unicode: 0x3) was found in the CDATA section.

Validation error messages from TagLibraryValidator for c in /frontpages/searchresults-delivery.jsp

null: org.xml.sax.SAXParseException; lineNumber: 6018; columnNumber: 56; An invalid XML character (Unicode: 0x3) was found in the CDATA section.

Thanks in advacne



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/29602178/validation-error-messages-from-taglibraryvalidator-for-fmt

Vyankatesh Shirde via StackOverflow

unread,
Apr 13, 2015, 6:13:46 AM4/13/15
to google-appengin...@googlegroups.com

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.

Vyankatesh Shirde via StackOverflow

unread,
Apr 13, 2015, 9:39:05 AM4/13/15
to google-appengin...@googlegroups.com

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.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/29602178/validation-error-messages-from-taglibraryvalidator-for-fmt/29606602#29606602
Reply all
Reply to author
Forward
0 new messages