Is there any way to escape the angle brackets (or even the entire script tags) inside this html comment block?
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"/>
<script type="text/javascript" src="20140330_v100.js"/>
<!--
The above can also be written with a closing script tag as:
<script type="text/javascript" src="20140330_v100.js" ></script>
<link rel="stylesheet" type="text/css" href="20140330_v100.css" ></script>
but I think the earlier form is the better one for XHTML
-->