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
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
The text was updated successfully, but these errors were encountered:
When using the binary version, opening a file with the following in it:
Gives the following error:
The text was updated successfully, but these errors were encountered: