Hi @pmcastro Use the below methods to escape and unescape HTML and XML
string based on
need.org.apache.commons.lang3.StringEscapeUtils.escapeHtml4(String
input)org.apache.commons.lang3.StringEscapeUtils.unescapeHtml4(String
input)org.apache.commons.lang3.StringEscapeUtils.escapeXml(String
input)org.apache.commons.lang3.StringEscapeUtils.unescapeXml(String
input)Hope this helps.AG