hd.startElement("","","Annotation",atts);
atts.clear();
atts.addAttribute("","","message","CDATA",message);
hd.startElement("","","Error",atts);
hd.endElement("","","Error");
hd.endElement("","","Annotation");
hd.endDocument();
xmlDoc = out.toString("utf-8");
} catch (Exception e) {