XML::Elemental

A simplistic and perlish handling of XML data
Download

XML::Elemental Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Timothy Appnel
  • Publisher web site:
  • http://search.cpan.org/~tima/

XML::Elemental Tags


XML::Elemental Description

A simplistic and perlish handling of XML data XML::Elemental is Perl a SAX-based package for easily parsing XML documents into a more native and mostly object-oriented Perl form.The development of this package grew out of the desire for something more object-oriented then XML::Simple and was more simplistic and perlish then the various standard XML API modules such as XML::DOM. Easier installation of modules was also a contributing factor.Original this package began as a style plugin to XML::Parser. That proved to be too limiting that it was expanded. With the release of version 2.0 the package was refactored to take advantage of any parser supporting SAX that includes the pure perl option that ships with XML::SAX.SYNOPSIS use XML::Elemental; my $p = XML::Elemental->parser; my $xml = '< foo >There is a < helloworld/ > in my soup.< /foo >'; my $tree = $p->parse_string($xml); Requirements: · Perl


XML::Elemental Related Software