private static String escapeForXml(String string) {
   return Util.xmlEscape(Util.fixNull(string));
 }