I have an XML filing pointing to the URL of an XSD for validation. Originally, the XML file validated correctly in MyEclipse. Then, I updated the XSD. Now, MyEclipse continues to validate the XML file against the *old* (cached) XSD rather than the new one. How can I clear MyEclipse’s XSD cache so that it will use the newly updated XSD to validate the XML file?
I’ve tried shutting down MyEclipse and restarting. Also tried closing and then reopening the project, cleaning, and refreshing the project. None of that worked.