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.''
