Description
Im trying to validate xml file against DTD file.
The problem is that vscode-xml only says that is an error in DTD file...no more info...and then is difficult to debug...
But if you use a internet/online validator the info is much clearer ( for example https://www.xmlvalidation.com/ ):
or this:
So im missing something ? is there any chance that vscode-xml should show a list of errors/warnings.like when you test if an xml file is well formed ? Would be really useful...