Is it possible to ignore XML namespace prefix not bound for certain prefixes?
I have a custom file type that is XML-based and its tags always begin with the same namespace. That namespace is not bound to a particular value, which is how I want it to be. I can just disable the whole inspection (which I've done), but I'd rather keep it on and just ignore this particular namespace prefix. Is that possible?
Please sign in to leave a comment.