0

I'm generating HTML using JS templating engine (by John Resig). However the output generated is enclosed within

<!--  <![CDATA[            ......            ]]>   //--> 

Is there any simpler way to move the HTML out from these enclosing CDATA tags other than using JS string processing methods ?

4

0 回答 0