XML::Toolset

Perform XML construction, parsing, validation, and XPath operations using whatever underlying XML library is available
Download

XML::Toolset Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Stephen Adkins
  • Publisher web site:
  • http://search.cpan.org/~spadkins/

XML::Toolset Tags


XML::Toolset Description

Perform XML construction, parsing, validation, and XPath operations using whatever underlying XML library is available XML::Toolset is a Perl wrapper which provides a simplified XML processing API which uses XPath to construct and dissect XML messages.The architecture of the XML-Toolset distribution allows for the user of the API to access XML capabilities independent of the underlying XML toolset technology: i.e. Xerces, LibXML, XML::XMLDOM, MSXML.SYNOPSIS use App; use XML::Toolset; my $context = App->context(); my $toolset = $context->xml_toolset(class => "XML::Toolset::BestAvailable"); ... Requirements: · Perl


XML::Toolset Related Software