Automating web application security testing
...characters being inserted from untrusted sources into an HTML document, the issue can be avoided either by filtering/disallowing the meta characters, or by escaping them appropriately for the given HTML context. For example, the HTML meta characters , &, " and ' must be replaced with their corresponding HTML entity references , &, " and '...
