No, I noticed in the mean time that it is marked in red while typing. You have to insert or remove a space in front of the CDATA declaration to get the syntax hgihlighting right.
Joachim ----- Original Message ----- From: "Mike Aizatsky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 17, 2002 3:07 PM Subject: RE: [Eap-list] problem with CDATA blocks in XML files > Hello, > > IDEA doesn't insist to have an extra space. IDEA just shows you that you > have to unclosed tags (<code>). > > Best regards, > Mike Aizatsky. > ------------------------------ > JetBrains, Inc / IntelliJ Software > http://www.intellij.com > "Develop with pleasure!" > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On > > Behalf Of Joachim Van der Auwera > > Sent: Monday, April 15, 2002 3:36 PM > > To: [EMAIL PROTECTED] > > Subject: [Eap-list] problem with CDATA blocks in XML files > > > > 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 > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
