Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support externally specified schemas for validating extensions #27

Closed
skynavga opened this issue Sep 29, 2013 · 1 comment
Closed

Support externally specified schemas for validating extensions #27

skynavga opened this issue Sep 29, 2013 · 1 comment
Assignees
Milestone

Comments

@skynavga
Copy link
Member

Add support for --external-schema option to permit adding external schema for validating foreign vocabulary. The value of this option should be a pair, NAMESPACE URL, where NAMESPACE specifies the external schema's namespace, and URL specifies the URL locating the schema. If URL is relative, then should be interpreted as a local file path relative to the current working directory. Multiple options should be permitted in order to add multiple schemas.

For example,

--external-schema http://external.com/schemas/foo http://external.com/schemas/foo.xsd

@ghost ghost assigned skynavga Sep 29, 2013
@skynavga
Copy link
Member Author

Fixed in SHA: eb53c29.

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

No branches or pull requests

1 participant