> > Just a fast question from a Ruby beginner: > > Is there any implementation of the W3C DOM in Ruby? > I've seen that there are XML processors, so I was kinda > wondering if there > was a standards DOM as well... MWDOM (http://www.moonwolf.com/ruby/) is described as a DOM Level DOM module. There's also libgdome-ruby (http://libgdome-ruby.berlios.de/), which wraps the C library gdome2. The XMLParser module wraps James Clark's XML Parser Toolkit. I believe there is partial DOM support. There's a list of Ruby XML modules at www.rubyxml.com James james / rubyxml.com > > // Liorean > >