From: Robert Klemme Date: 2005-02-25T23:40:01+09:00 Subject: Re: Validating XML Parser? "James Britt" schrieb im Newsbeitrag news:421F2BDF.3020001@neurogami.com... > Iwan van der Kleyn wrote: > > Hi there, > > > > > > Can anyone point me to a (schema based) validating XML parser which can > > be used from Ruby? I've seen a reference to a Ruby binding for expat. > > But that one dates from 2002. > > When you say "schema", do you mean W3C Schema? > > http://www.w3.org/XML/Schema > > > There are Ruby bindings for libxml2, though I do not know how up-to-date > they are. But it may only validate against a DTD. > > http://xmlsoft.org/ > > http://xmlsoft.org/search.php?query=ruby&submit=Search > http://mail.gnome.org/archives/xml/2002-April/msg00162.html > http://libgdome-ruby.berlios.de/ Probably a stand alone validation tool helps. robert