Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1
-
None
Description
Javascript code within <script> tags has to be escaped within CDATA to make it valid xhtml. However, even though the javascript code in the following xdoc gets correctly processed (see DOXIA-154):
<script type="text/javascript"> <![CDATA[Javascript code goes here]]> </script>
the CDATA itself is removed, making the xhtml invalid.