I have problem with using jstl/core taglib in my jsps though i used other jstl taglibs with no problem.
when i import the taglib and make the app. , i get the following error :
"java.io.IOException : javax.servlet.jsp.JspException : The taglib validator rejected the page:"org.xml.sax.SAXParseException : An invalid XML character (Unicode 0xd97c) was found in the CDATA section.,"
I even removed my XMLParser and used a new one but didn't make any diff.
any comments would be pre-appreciated.