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 do not follow the actual xml syntax but are part of the XML spec, so "The markup in the document preceding the root element must be well-formed." (and maybe other specific errors) should be ignored.
We still need tooling support for DTD (completion, validation ...)
The text was updated successfully, but these errors were encountered:
angelozerr
changed the title
"The markup in the document ... must be well-formed." error when opening a DTD
Provide a dedicated DTD Validator
Nov 15, 2018
@fbricon it shoud work better. Now you should have just DTD syntax error. It misses now adjust error range but to do that I'm waiting for the work of @NikolasKomonen about the improve of parser.
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 do not follow the actual xml syntax but are part of the XML spec, so "The markup in the document preceding the root element must be well-formed." (and maybe other specific errors) should be ignored.
We still need tooling support for DTD (completion, validation ...)
The text was updated successfully, but these errors were encountered: