1 Core.RemoveProcessingInstructions
6 Instead of escaping processing instructions in the form <code><? ...
7 ?></code>, remove it out-right. This may be useful if the HTML
8 you are validating contains XML processing instruction gunk, however,
9 it can also be user-unfriendly for people attempting to post PHP
11 --# vim: et sw=4 sts=4