XML Schema Validation

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.

- Brian

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.)

ยทยทยท

On 3/28/07, Brian Ehmann <behmannlist@gmail.com> 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.