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

On 3/28/07, Brian E. [email protected] 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.)