XML::Document::RTML

XML::Document::RTML is a Perl module which builds and parses RTML documents.
Download

XML::Document::RTML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alasdair Allan
  • Publisher web site:
  • http://search.cpan.org/~aallan/XML-Document-RTML-1.16/RTML.pm

XML::Document::RTML Tags


XML::Document::RTML Description

XML::Document::RTML is a Perl module which builds and parses RTML documents. XML::Document::RTML is a Perl module which builds and parses RTML documents.SYNOPSISAn object instance can be created from an existing RTML document in a scalar, or directly from a file on local disk. my $object = new XML::Document::RTML( XML => $xml ); my $object = new XML::Document::RTML( File => $file );or via the build method, my $object = new XML::Document::RTML() $document = $object->build( %hash );once instantiated various query methods are supported, e.g., my $object = new XML::Document::RTML( File => $file ); my $role = $object->role();The module can build and parse RTML documents. Currently only version 2.2 of the standard is supported by the module. Requirements: · Perl


XML::Document::RTML Related Software