4

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 to take place in the file?

eldn
  • 598
  • 3
  • 9
jax
  • 37,735
  • 57
  • 182
  • 278

1 Answers1

5

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

enter image description here

eldn
  • 598
  • 3
  • 9