Question
Does CDATA text in a TextField show up in CS4?
1. Create a new Dynamic Text field.
2. Set its htmlText like this:
text1.htmlText = '<![CDATA[This text used to show up in CS3.]]>';
I see nothing.
(Which is bad for the large department-wide content management system we just converted to CS4.)
Can anyone else confirm this behavior?
Thanks!