try the following in an XML file

<code><![CDATA[
]]><code>

And IDEA will report a problem. It insists on an extra space bewteen the
"code" and "CDATA", so

<code> <![CDATA[
]]><code>

works. even though they both should. (in build 616 and with the use of a
dtd).

Joachim


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to