On Wed, 3 Oct 2001, DeWitt Clinton wrote: > On Wed, Oct 03, 2001 at 04:43:41PM -0700, Jeffrey W. Baker wrote: > > > I'd also like to hear people's opinions on XML::DOM (I think it > > stinks and I've replaced it with a C DOM implementation). > > You just proved that you already know everything you need to on the > subject of XML::DOM. :) > > Seriously though, what C DOM implementation did you choose and how did > you integrate it with your Perl code?
I whipped up a DOM from scratch that supports Document, DocumentFragment, Node, DOMImplementation, NodeList, and Element, then I wrapped some Perl around it. It is a lot less stressful when the W3C already specified the API for you :) -jwb