i have a tiny little problem with xslt, js and html entities, eg. within a template:
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 CDATA
block:
for (var i = 0; i `<` foo.length; i++) {
…
}
CDATA
block: