Every time I save an xml file (often a maven pom file) in vim it reports this error:
(1 of 1) error: Validation failed: no DTD found !
Press ENTER or type command to continue
This is annoying. I’d like to tell vim to stop validating xml files on save but I’m open to other solutions. The error seems to be coming from xmllint but fiddling with the xmllint.vim file has no effect.
Turned out to be the eclim plugin doing the validate.