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

RelaxNG class #5

Closed
yegor256 opened this issue Oct 29, 2013 · 5 comments
Closed

RelaxNG class #5

yegor256 opened this issue Oct 29, 2013 · 5 comments

Comments

@yegor256
Copy link
Member

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);
@dmarkov
Copy link

dmarkov commented Dec 9, 2013

The budget of this task is 1 hour. This is exactly how much time will be compensated when the task is completed.

@dmarkov
Copy link

dmarkov commented Dec 9, 2013

@yegor256 could you please pick this up? This article explains how we work

@dmarkov
Copy link

dmarkov commented Dec 17, 2013

@yegor256 please post your status here.. Keep in mind that every task is expected to be finished in a few days maximum.

@dmarkov
Copy link

dmarkov commented Jan 2, 2014

@yegor256 please don't touch this task, someone else will pick it up, thanks

@yegor256
Copy link
Member Author

yegor256 commented Mar 9, 2014

no need, maybe later

@yegor256 yegor256 closed this as completed Mar 9, 2014
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

2 participants