Enumerating problems in current (xml) file
For a given XML file, I want to know current problems. If possible, I want
to distinguish:
-syntax errors
-DTD/XSD validation errors
-inspection annotations from plugins
(for example Spring and Hibernate plugins have their own inspections)
Where should I start if i want to access this data? WolfTheProblemSolver?
-tt
Please sign in to leave a comment.