You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you save http://java.sun.com/dtd/web-app_2_3.dtd locally and open it in VS Code, an error shows up on the 1st ELEMENT, L72. "The markup in the document preceding the root element must be well-formed."
DTDs are not actual xml documents themselves, so they should not be validated against lsp4xml.
The text was updated successfully, but these errors were encountered:
It's an issue for lsp4xml, no? More perhaps we should have support for DTD himself like completion and validation. I don't know if xerces provides those features.
Because DTD is actually part of the XML spec, we should probably be able to get tooling support for it, but "The markup in the document preceding the root element must be well-formed." should be ignored. So it might be a server-side issue after all
if you save http://java.sun.com/dtd/web-app_2_3.dtd locally and open it in VS Code, an error shows up on the 1st ELEMENT, L72. "The markup in the document preceding the root element must be well-formed."
DTDs are not actual xml documents themselves, so they should not be validated against lsp4xml.
The text was updated successfully, but these errors were encountered: