PACKAGE NAME: XML-Parser-2.34-i486-2.tgz PACKAGE LOCATION: ./cli/perl-packages PACKAGE SIZE (compressed): 196 K PACKAGE SIZE (uncompressed): 460 K PACKAGE MD5: d20f04d04fbdaa33ed49658db8848a3e ./cli/perl-packages/XML-Parser-2.34-i486-2.tgz PACKAGE REQUIRED: perl >= 5.8.6,expat >= 1.95.7 PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: XML-Parser: XML::Parser 2.34 (a perl module for parsing XML documents) XML-Parser: XML-Parser: From the POD: XML-Parser: XML-Parser: ``This module provides ways to parse XML documents. It is built on XML-Parser: top of XML::Parser::Expat, which is a lower level interface to XML-Parser: James Clark's expat library. Each call to one of the parsing XML-Parser: methods creates a new instance of XML::Parser::Expat which is then XML-Parser: used to parse the document. Expat options may be provided when the XML-Parser: XML::Parser object is created. These options are then passed on to XML-Parser: the Expat object on each parse call. They can also be given as XML-Parser: extra arguments to the parse methods, in which case they override XML-Parser: options given at XML::Parser creation time.''