We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's add a class that validates an XML document against its compliance to the provided RelaxNG schema:
XML xml = new XMLDocument("<hey/>"); boolean valid = new RelaxNG(new FileInputStream(new File("my.xsd"))).isValid(xml);
The text was updated successfully, but these errors were encountered:
The budget of this task is 1 hour. This is exactly how much time will be compensated when the task is completed.
Sorry, something went wrong.
@yegor256 could you please pick this up? This article explains how we work
@yegor256 please post your status here.. Keep in mind that every task is expected to be finished in a few days maximum.
@yegor256 please don't touch this task, someone else will pick it up, thanks
no need, maybe later
No branches or pull requests
Let's add a class that validates an XML document against its compliance to the provided RelaxNG schema:
The text was updated successfully, but these errors were encountered: