Arghhh… I hit Submit instead of Preview… Please ignore my last message. Here is what I intended to say:
I have an XML properties file in my project that looks like the following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Here is a comment></comment>
<entry key="foo">bar</entry>
</properties>
In the MyEclipse XML editor, just to the left of the <entry> tag, a red circle with a white X in it appears, and the tooltip for it says The processing instruction target matching “[xX][mM][lL]” is not allowed. Any idea what this means? Even though nothing shows up in the Problems view, it makes my whole directory heirarchy look like it contains errors…