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

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

@onitake

Description

@onitake

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions