I\'m getting the following error when I try to use the JSTL XML taglib:
/server-side-transform.jsp(51,0) According to TLD or attribute directive in tag file, at
Use the following code:
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
Instead of:
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>