XML::DT

XML::DT is a package for down translation of XML files.
Download

XML::DT Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jose Joao Almeida and Alberto Manuel Simoes
  • Publisher web site:
  • http://search.cpan.org/~ambs/XML-DT-0.45/DT.pm

XML::DT Tags


XML::DT Description

XML::DT is a package for down translation of XML files. XML::DT is a package for down translation of XML files.SYNOPSIS use XML::DT; %xml=( 'music' => sub{"Music from: $cn"}, 'lyrics' => sub{"Lyrics from: $v{name}n"}, 'title' => sub{ uc($c) }, '-default' => sub{"$q:$c"} ); print dt($filename,%xml);ABSTRACTThis module is a XML down processor. It maps tag (element) names to functions to process that element and respective contents.This module processes XML files with an approach similar to OMNIMARK. As XML parser it uses XML::Parser or XML::LibXML module in an independent way. At configure stage, you should choose one of the back-ends. Requirements: · Perl


XML::DT Related Software