简体   繁体   中英

Eclipse Kepler shows a error in a dtd plugin file

I have a problem using:

Eclipse Java EE IDE for Web Developers.
Version: Kepler Service Release 1
Build id: 20130919-0819

Shows a error in a XML:

referenced file contains errors (jar:file:/C:/Data/helios/eclipse/plugins/org.eclipse.wst.standard.schemas_1.0.700.v201304171716.jar!/dtds/strict.dtd). For more information, right click on the message in the Problems View and select "Show Details..."  applicationContext-hibernate.xml    /main/WebContent/WEB-INF/spring line 1  XML Problem

This error is annoying because it marks the project folder as having errors and this means I can't see other errors real errors or compilation errors.

This web page shows which seems the folder which is causing the error:

Java2 Download

Is there a workaround for this?

Eclipse screenshot:

蚀

严格的.dtd

Have you tried to edit the questioned strict.dtd ? Look up line 81. Or post the surrounding code here so we can see what eclipse is angry about.

<!--================== Imported Names =================-->
<!-- Feature Switch for frameset documents -->
<!ENTITY % HTML.Frameset "IGNORE">

<!ENTITY % ContentType "CDATA"
    -- media type, as per [RFC2045] <===line 81 in my installation
    -->

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM