I am making a forum posting web application using Java and I want to know :
- What are the xml tags that should be parsed and removed when posting
like the
<script>
tag ? - Should i remove the tag and keep the content, or remove the tags with the content ?
- what are the regular expression to remove them ?