Hello
I've got problem with validation of file, that doesn't have any namespace or schema definition.
Is it possible to attach validator to xml file based on name of this file?
I can't add any xml schema definition or namespace definition.
I've created xsd file to validate this, but I don't know how to add extention to source editor so that it would be validated and I've got contentassist.
I tried to use xml catalog but it works only when schema definition is defined.
I'm sure that it's possible, becasue in Eclipse RCP there is plugin.xml file which is validated that way.
Can you please tell me how to add such validation to source editor in my plugin?