Of course it will.
In the meantime you can use the usual workarounds can't you?
//
Cheers,
Nick.
Allen Guo wrote:
I think T5 must support CDATA in stable release.
Allen Guo 写道:
Hi All,
Due to the project requirement, I often add some javascript to .html
I think T5 must support CDATA in stable release.
Allen Guo 写道:
Hi All,
Due to the project requirement, I often add some javascript to .html
like this:
sample:
var s;
for (var i=0;i++;i < productCnt){
s += "palcehoder" + i;
}
.
another sample
You know, in T5, the html file must be a s
Hi All,
Due to the project requirement, I often add some javascript to .html
like this:
sample:
var s;
for (var i=0;i++;i < productCnt){
s += "palcehoder" + i;
}
.
another sample
You know, in T5, the html file must be a strict xml file, So above
codes which cotain '>' won't be all