jweirich / one.net writes: > I'm going to be doing some demo's of XML parsing in Java over the next > few weeks. I'd love to put together some Ruby demos at the same time. > I see the XMLParser in RAA which looks like a SAX-like parser. I > didn't see any DOM oriented libraries or anything that did XSL > processing. Is anyone working on things along this line? Jim: There's an interface to Sablot at http://www.ruby-lang.org/en/raa-list.rhtml?name=sablot I haven't used the Ruby interface, but I'm using Sablot to create the Ruby and PragProg web sites, so far without problems (and it's 10 times faster that Jim Clark's Java xsl processor). Regards Dave