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
{{ message }}
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
In some situations, it is desirable to allow loading a schema from something else than the supported URIs.
For example, a program could have XSD definitions built in, so they don't have to be fetched from a file or the internet.
Please make loadSchema(r io.Reader, loadUri, localPath string) in xsd-schema.go public or add a new constructor that allows passing in a map of readers for the included schemas.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In some situations, it is desirable to allow loading a schema from something else than the supported URIs.
For example, a program could have XSD definitions built in, so they don't have to be fetched from a file or the internet.
Please make
loadSchema(r io.Reader, loadUri, localPath string)
inxsd-schema.go
public or add a new constructor that allows passing in a map of readers for the included schemas.The text was updated successfully, but these errors were encountered: