[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

XML Schema Validation

Brian Ehmann

3/28/2007 8:59:00 PM

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

1 Answer

brabuhr

3/28/2007 9:34:00 PM

0

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.

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