As you were told in the chatterbox, XML::DOM is a subclass of XML::Parser, so it inherits that module's parse method.
my $xml = 'string containing some xml'; my $parser = XML::DOM::Parser->new; $parser->parse($xml);
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
In reply to Re: how does XML::DOM load XML?
by davorg
in thread how does XML::DOM loadXML?
by ashwani
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |