XML::Parser::Lite::Tree

Lightweight XML tree builder
Download

XML::Parser::Lite::Tree Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cal Henderson
  • Publisher web site:
  • http://search.cpan.org/~iamcal/

XML::Parser::Lite::Tree Tags


XML::Parser::Lite::Tree Description

Lightweight XML tree builder XML::Parser::Lite::Tree is a singleton Perl class for parsing XML into a tree structure.SYNOPSIS use XML::Parser::Lite::Tree; my $tree_parser = XML::Parser::Lite::Tree::instance(); my $tree = $tree_parser->parse($xml_data); OR my $tree = XML::Parser::Lite::Tree::instance()->parse($xml_data);How does this differ from other XML tree generators? By using XML::Parser::Lite, which is a pure perl XML parser. Using this module you can tree-ify simple XML without having to compile any C. Requirements: · Perl


XML::Parser::Lite::Tree Related Software