* Sean M. Burke wrote: >At 20:20 2002-08-09 -0500, Tom wrote: >>[...]Three of them are already available on CPAN, so I'm currently >>focusing on >>implementing the HTML::DOM module. >> >>Any comments? > >Yes: I'm happy someone's actually doing this! For ages, this JavaScript >thing has been one of those projects where people keep saying "Boy, it'd be >nice if SOMEONE (and not me!) went and did that".
Guilty... Tom, are you going to implement HTML DOM Level 1 or Level 2? The latter is currently a working draft and has only minor changes, but those changes are necessary in order to support XHTML and I would like to use a HTML::DOM module for both, HTML and XHTML files. >I'd love to change my HTML::DOMbo module to build HTML::DOM trees instead >of XML::DOM trees, since I've heard that the latter class isn't well supported. Please be sure to provide a PerlSAX2 Reader and a PerlSAX2 Writer in order to enable XML modules to use your tree.
