This is what I\'m doing: public static String htmlToText(String inString) { String noentity=StringEscapeUtils.unescapeHtml(inString);
I am trying to include the library StringEscapeUtils and everything that I can find indicates that I can import the Apache Org page as follows: