Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error range for RootElementTypeMustMatchDoctypedecl #537

Closed
angelozerr opened this issue Jul 23, 2019 · 0 comments · Fixed by #558
Closed

Error range for RootElementTypeMustMatchDoctypedecl #537

angelozerr opened this issue Jul 23, 2019 · 0 comments · Fixed by #558

Comments

@angelozerr
Copy link
Contributor

Given this XML file:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE efgh [ 
<!ELEMENT abcd (#PCDATA)>
<!ELEMENT efgh (#PCDATA)>
]> 
<abcd/>

abcd should be highligted as error.

A CodeAction could be replace abcd with efgh. This CodeAction should take care of teh 2 cases:

  • <abcd/> should b ereplaced with <efgh/>
  • <abcd></abcd> should b ereplaced with <efgh></efgh>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants