-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
<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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request