From: brabuhr@... Date: 2007-03-29T06:33:36+09:00 Subject: Re: XML Schema Validation On 3/28/07, Brian Ehmann wrote: > Can someone tell me if there is a way to do XML Schema validation in > Ruby? (without having to translate xerces-ruby from Japanese) I've > searched around the net and nothing has come up. With JRuby I'm currently using JAXB to marshal a content tree valid to a bound schema. (Some Ruby sugar is making it much nicer to work with.)