The CDATA blocks should have worked; they always have for me. What's your disable-output-escaping value?
UPDATE:
Using Xalan, with disable-output-escaping on its default, which I'm pretty sure is no, I have the following in my working XSL files:
No
CDATAblock:for (var i = 0; i
<0 foo.length; i++) { … }CDATAblock:<![CDATA[
for (var i = 0; i < foo.length; i++) { … }
]]>
