On Mon, 2002-10-21 at 17:04, NYIMI Jose (BMB) wrote:
> XML::Simple
> XML::DOM
> XML::Parser::PerlSAX

The above modules are based around the expat libraries. There are also
modules based around the gnome libxml2 libraries, which seem to be
faster, but less portable:

XML::LibXML
XML::LibXML::SAX
XML::LibXML::Fixup

and if speed isn't an issue, there's also a pure Perl XML parser:

XML::SAX::PurePerl
-- 
Nigel Wetters, Senior Programmer, Development Group
Rivals Digital Media Ltd, 151 Freston Road, London W10 6TH
Tel. 020 8962 1346 (direct line), Fax. 020 8962 1311
http://www.rivalsdm.com/ <[EMAIL PROTECTED]>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to