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
Currently the validation of the document takes a long time: stdin: 15202 ms (2 elems, 3 attrs, 6 spaces, 39 chars)
stdin: 15202 ms (2 elems, 3 attrs, 6 spaces, 39 chars)
The reason is in the following import:
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd" />
Getting the external schema is for some reason very slow and xerces doesn't cache it.
The text was updated successfully, but these errors were encountered:
I've copied the schema into the project as a workaround.
Sorry, something went wrong.
openscript
No branches or pull requests
Currently the validation of the document takes a long time:
stdin: 15202 ms (2 elems, 3 attrs, 6 spaces, 39 chars)
The reason is in the following import:
Getting the external schema is for some reason very slow and xerces doesn't cache it.
The text was updated successfully, but these errors were encountered: