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

XML 1.1 Not Supported in binary version #1027

Closed
datho7561 opened this issue May 10, 2021 · 0 comments · Fixed by #1028
Closed

XML 1.1 Not Supported in binary version #1027

datho7561 opened this issue May 10, 2021 · 0 comments · Fixed by #1028
Assignees
Labels
bug Something isn't working reflection
Milestone

Comments

@datho7561
Copy link
Contributor

When using the binary version, opening a file with the following in it:

<?xml version="1.1" encoding="UTF-8"?>
<?xml-model href='letter.xsd'?>
<letter>
	<to>You</to>
	<from>Me</from>
	<title>Hi</title>
	<body>This is an interesting letter that I wrote.</body>
</letter>

Gives the following error:

java.util.concurrent.CompletionException: org.apache.xerces.impl.dv.ObjectFactory$ConfigurationError: Provider org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl not found
@datho7561 datho7561 added bug Something isn't working reflection labels May 10, 2021
@datho7561 datho7561 self-assigned this May 10, 2021
@datho7561 datho7561 added this to the 0.17.0 milestone May 10, 2021
datho7561 added a commit to datho7561/lemminx that referenced this issue May 10, 2021
Closes eclipse-lemminx#1027

Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr pushed a commit that referenced this issue May 11, 2021
Closes #1027

Signed-off-by: David Thompson <davthomp@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reflection
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant