XML::Structured

XML::Structured is a simple conversion API from XML to perl structures and back.
Download

XML::Structured Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Schroeder
  • Publisher web site:
  • http://search.cpan.org/~mls/XML-Structured-1.0/lib/XML/Structured.pm

XML::Structured Tags


XML::Structured Description

XML::Structured is a simple conversion API from XML to perl structures and back. XML::Structured is a simple conversion API from XML to perl structures and back.SYNOPSIS use XML::Structured; $dtd = , 'element1', , , ], ]; $hashref = XMLin($dtd, $xmlstring); $hashref = XMLinfile($dtd, $filename_or_glob); $xmlstring = XMLout($dtd, $hashref);The XML::Structured module provides a way to convert xml data into a predefined perl data structure and back to xml. Unlike with modules like XML::Simple it is an error if the xml data does not match the provided skeleton (the "dtd"). Another advantage is that the order of the attributes and elements is taken from the dtd when converting back to xml. Requirements: · Perl


XML::Structured Related Software