The StripLineComments filter removes all line comments from the
stream passed through the filter chain:
<filterchain>
<striplinecomments>
<comment value="#" />
<comment value="--" />
<comment value="//" />
</striplinecomments>
</filterchain>