I know this is an old topic
<script type="text/javascript">
//<![CDATA[
alert("<This is compatible with XHTML>");
//]]>
</script>
<script type="text/javascript" src="external.js"></script>
I don't want that to be removed.
Everyting between "<script" and "</script>" shouldn't be changed at all.
Is there a way to do this?