facebook

Wierd XML Error

  1. MyEclipse Archived
  2.  > 
  3. UML Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #233201 Reply

    Gary Schiltz
    Member

    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”&gt;
    <properties>
    <comment>Here is a comment></comment>
    </properties>

    #233202 Reply

    Gary Schiltz
    Member

    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…

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Wierd XML Error

You must be logged in to post in the forum log in