Forum Discussion
DougS
11 years agoKhoros Oracle
It looks like we need to update that documentation because that example is incorrect. Try this instead:
<#assign stripperOptions = utils.html.stripper.from.owasp.optionsBuilder.allowElement("p").build() /> ${utils.html.stripper.from.owasp.strip("<p>this will not be stripped</p><div>this will be stripped<div>", stripperOptions)}
-Doug