We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
given this schema foo.xsd
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:element name="root" nillable="true"> <xsd:complexType> <xsd:sequence> <xsd:element name="e1" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema>
This invalid xml has a wrong diagnostic range:
<root xsi:noNamespaceSchemaLocation="foo.xsd" xsi:nil="true" xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <e1>xxx</e1> </root>
The text was updated successfully, but these errors were encountered:
Error ranges fixed
c859dbd
Fixes eclipse-lemminx#321, eclipse-lemminx#318, eclipse-lemminx#317 Signed-off-by: Nikolas <[email protected]>
53832c7
defe68c
5f56d6a
3988871
Fixes #321, #318, #317 Signed-off-by: Nikolas <[email protected]>
Successfully merging a pull request may close this issue.
given this schema foo.xsd
This invalid xml has a wrong diagnostic range:
The text was updated successfully, but these errors were encountered: