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

Fixed #21 (support for ISO/IEC 19757-11:2011 xml-model processing instruction) #27

Merged
merged 1 commit into from
Sep 25, 2017

Conversation

rosslamont
Copy link
Contributor

Motivation: support the validation approaches specified in ISO/IEC 19757-11:2011 - which in turn provides immediate standardised support for RelaxNG (XML and compact) and in theory support for Schematron and NVDL

Solution: the jxvc project provides an implementation of ISO/IEC 19757-11:2011 as well as wrappers for RelaxNG validators. This solution implements the special zero argument Validator constructor (via Schema.newValidator()) which xml-maven-plugin does not currently support. The fix has been to special case the schemaLanguage used by jxvc so that the zero arg constructor (factory method) can be invoked.

@rosslamont
Copy link
Contributor Author

rosslamont commented Sep 21, 2017

You need to pull in PR #29 to get this to build.

@jochenw jochenw merged commit 8a0f16e into mojohaus:master Sep 25, 2017
@rosslamont rosslamont deleted the issue-21 branch October 3, 2017 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants