Re: CDATA in Style

  •  04-22-2009, 2:35 AM

    Re: CDATA in Style

    I am using the XHTML property,
    changing back to text everything works fine.
    CDATA is only allowed in <script> tags not in <style> tags.
    so the xhtml property is useless for me at the moment.
     
    BTW in script tags there is also a problem with the cdata part.
    In some cases the first letter of the javascript will be delteted.
    So i get:
    --------------
    <script>
    <![CDATA[ar i;

    ]]>
    </script>
    --------------
    the v from var will be deleted automaticly.
View Complete Thread