Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Make loadSchema(io.Reader....) public #32

Open
onitake opened this issue Jun 22, 2017 · 0 comments
Open

Make loadSchema(io.Reader....) public #32

onitake opened this issue Jun 22, 2017 · 0 comments

Comments

@onitake
Copy link

onitake commented Jun 22, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant