qie.unescapeHtml¶ Signature: qie.unescapeHtml(value) Returns: String unescapedValue - the unescaped value Unescape the HTML escaped value. Parameters¶ Type Name Description Default String value the value to be unescaped Example¶ var unescapedHtml = qie.unescapeHtml("Hello <O'Reilly & Co>"); // note that getNode() of xml message types will automatically unescape field data.