-
Notifications
You must be signed in to change notification settings - Fork 0
Technical Details
testoxide edited this page May 30, 2019
·
1 revision
-
The Parser has been designed not to resolve externals. It does not evaluate or resolve the schemaLocation or attributes specified in DocumentRoot. The reason is that most of the time schemaLocation is not always valid or resolvable. Hence this design avoids non-schema related errors.
-
The parser validates strictly against the supplied XSD only without auto-resolving schemaLocation or other nameSpace attributes.
-
The parser needs Namespace (targetNamespace) which is currently extracted from the supplied XSD.
-
The current version does not support inline schemas