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