Hi, Kid is very strict. It got confused if I embedd javascript in the template and use a completely legal construct like :
if (a < 10) I believe it is the '<' that is being interpretated as begining of tag. Using the comment out trick like the following doesn't help. <!-- --> I need to properly tag it with : <![CDATA[ ]]> Just in case there are people who encounters the same problem and scratch their head.

