public static String unescapeXml(String value) {
   return StringEscapeUtils.unescapeXml(value);
 }