escapeXML String escapeXML(String s); i.e., org.zkoss.xml.XMLs Encodes a string that special characters are quoted to be compatible with HTML/XML. For example, < is translated to < > to > & to & " to " ' to ' Parameters: s - the string to encode Twitter Facebook LinkedIn