Vyacheslav Karamov wrote: > Rob Dixon пишет: >> Vyacheslav Karamov wrote: >> >> Are you sure you shouldn't just be using HTML::TreeBuilder? >> >> Rob >> >> > Yes I'm sure because: > 1) I need to parse XML, not HTML > 2) I have to use XML::Parser::Expat cause it is required that my program > will work as fast as possible. So, I think Perl wrapper for native > library will work faster then pure Perl parser.
Then you should consider XML::TreeBuilder, which uses XML::Parser::Expat (through XML::Parser). Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/