JavaScript: Why CData Section?
As you may have already known, Extensible HyperText Markup Language (XHTML) is reformulation of HTML as an XML application. Thus, the rules of writing code in XHTML are stricter than HTML and affects <script> tag. In the old days, you may just write JavaScript in HTML application as it is, without putting CData section. Yet, [...]
