On Jul 11, 4:33 pm, "dominik.aum... / gmail.com" <dominik.aum... / gmail.com> wrote: > Hi! > Is there a way to deal with XML-files in Ruby? And further: is there a > (existing) solution/way how to parse/validate XML-files against a XML- > Schema (XSD)? > > Thanks for any help! > Dominik A. REXML is the Ruby Library for parsing xml docs. Not sure if it validates though. http://www.germane-software.com/software/rexml/ has a tutorial and the documentation. The documentation is also available with the standard RDoc.