开发者

Suppress XML DTD error in Eclipse

开发者 https://www.devze.com 2023-01-26 04:46 出处:网络
The XML DTD for a Joomla component is not correct, it does not contain the method=\"install/upgrade\" attribute.In eclipse it is annoying me because there is a permanent error showing for my project.

The XML DTD for a Joomla component is not correct, it does not contain the method="install/upgrade" attribute. In eclipse it is annoying me because there is a permanent error showing for my project.

Is there a way to suppress this particular XML DTD error, while allowing other xml error checking开发者_如何学JAVA to take place in the file?


Preferences -> XML -> XML Files -> Validation -> "Indicate when no grammar is specified" = "Ignore"

Suppress XML DTD error in Eclipse

0

精彩评论

暂无评论...
验证码 换一张
取 消