Hi,This would theoretically be possible but it requires your Transformer implement the characters() method and parse the contents of that text yourself. If the contents of these comments are regular, you might be able to handle this with regex, but if the HTML is "normal" HTML, it is far from regula...