in reply to Re: XML and Perl
in thread XML and Perl

It's not a widely used module in the community.

More people use XML::LibXML (in the Perl and XML community), which also supports the same API for both HTML and XML.

Replies are listed 'Best First'.
Re: Re: Re: XML and Perl
by princepawn (Parson) on Nov 15, 2002 at 20:52 UTC
    One cool thing about XML::TreeBuilder is the objectify_text method, which turns plain text nodes into pseudo-tags so you can drill down thru the XML and look for particular text.

    Carter's compass: I know I'm on the right track when by deleting something, I'm adding functionality