From: Joe Rioux [mailto:[EMAIL PROTECTED]]
>
> I haven't yet revisited the task, but you're right, I didn't
> post here (or elsewhere). And I was using XML::DOM
>
These days I'd recommend using XML::XPath rather than XML::DOM
for more complex projects (and XML::Simple for the easy ones as
per my earlier post).
The trouble with XML::DOM is that the DOM was designed to be
language neutral. This makes it a bit of a lowest common
denominator thing. Java implementations of the DOM are relatively
straightforward to use. The Perl implementation of the DOM is
almost exactly the same - thats the problem. Perl should be
easier to use than Java and almost always is. But we can't have
something that complies exactly to a language neutral spec and
at the same time it easier to use with 'our' language.
Regards
Grant
=====================================================================
Grant McLean | email: [EMAIL PROTECTED] | Lvl 6, BP House
The Web Limited | WWW: www.web.co.nz | 20 Customhouse Quay
Internet Solutions | Tel: +64 4 495 8250 | Box 1195, Wellington
Awesome service | Fax: +64 4 495 8259 | New Zealand
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl