Suppress XML DTD Error in Eclipse

The XML DTD for the Joomla component is incorrect; it does not contain the method = "install / upgrade" attribute. In eclipse, this annoys me because there is a constant error for my project.

Is there a way to suppress this specific XML DTD error while allowing another xml error checking in the file?

+3
source share
1 answer

Settings → XML → XML files → Validation → "Specify when no grammar is set" = "Ignore"

enter image description here

+3
source

Source: https://habr.com/ru/post/1775582/


All Articles