From: TAKAHASHI Masayoshi Date: 2001-11-10T14:04:56+09:00 Subject: [ruby-talk:24821] Re: XML libraries (Re: Re: ruby and webservices) Hi, "James Britt (rubydev)" wrote: > The concerns about which any given Ruby XML library does makes me wonder what, exactly, "XML out of the box" means. > > Full W3C DOM Level 1 support? > DOM Level 2? > Non-W3C-DOM-but-more-Ruby-like? > SAX built-in? > SAX interface, but requires pluggable SAX parser? I'm now implementing SAX2 interface for Ruby. Its original is Yoshidam's SAX module for XMLParser, and I added Namespace support, modified AttributesImpll(with Ruby-way interface), and so on. Moreover, I'll support NQXML::StreamingParser and XMLScan::XMLNamespaceParser. > XSLT? W3C Schema? XPath? XForms?, ... I wish DOM2, SAX2 and Ruby-way-DOM. In addition, XPath library to access DOM object is useful. TAKAHASHI 'Maki' Masayoshi E-mail: maki@open-news.com