Package : perl-XML-Descent

Package details

Summary: Recursive descent XML parsing

Description:
The conventional models for parsing XML are either DOM (a data structure
representing the entire document tree is created) or SAX (callbacks are
issued for each element in the XML).

XML grammar is recursive - so it's nice to be able to write recursive
parsers for it. XML::Descent allows such parsers to be created.

Typically a new XML::Descent is created and handlers are defined for
elements we're interested in


URL: http://search.cpan.org/dist/XML-Descent
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs