Class RemoveApostropheEntityTransformer

  • All Implemented Interfaces:
    Transformer

    public class RemoveApostropheEntityTransformer
    extends Object
    implements Transformer

    A Transformer that removes that apostrophe entity which is invalid in HTML.

    When rendering to view you can't guarantee the output you have is XML (as you are rendering to HTML). As such, we don't have the liberty of parsing this output as XML - hence the regex implementation here.