How do I validate XML via RELAX NG in Ruby?
- by cdleary
The REXML module appears to have support for RELAX NG validation, but the docs don't have any real information on using the validation portion of the framework.
How would you validate an XML document with a RELAX NG schema? A code snippet would be most helpful. TIA!