I have the problem that some of the xml files in my project are generated by 3rd party tools and their DTD reference is not valid for a standard XML parser (i.e. only shows the DTD name without path). I do not want these to generate errors, but I do not want to switch validation off completely, since I have other XML files that are edited manually and thus desperately need validation.
Is there a way to switch validation off for just one file or a set of files? Something like a “cvs-ignore” for validation?
If not, please consider this a feature request.
Regards
Andy