> -----Original Message----- > From: Michael Schuerig [mailto:schuerig / acm.org] > > On a slightly heretic note, has somebody thought of wrapping > libxml/libxslt (http://xmlsoft.org/)? These two libs are used by Gnome > and KDE on Linux/Unix, thus are widely available. There's also a port > to windows. Hm, I just see that there are bindings for Python -- maybe > I need to learn yet another language... There is a libgdome-ruby, a wrapper for the GNOME parser. http://libgdome-ruby.berlios.de/ There is also a wrapper for the Sablotron XSLT processor. http://www.rubycolor.org/sablot/ You can also call libxslt using Ruby/DL. http://kt-www.jaist.ac.jp/~ttate/ruby/ruby-dl-sample/libxslt/ You can find Ruby/XML information in general at www.rubyxml.com James james / rubyxml.com > > Michael