XML::CompareML

A processor for the CompareML markup language
Download

XML::CompareML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Shlomi Fish
  • Publisher web site:
  • http://search.cpan.org/~shlomif/

XML::CompareML Tags


XML::CompareML Description

A processor for the CompareML markup language XML::CompareML is a Perl module for managing multi-system and multi-item comparisons.SYNOPSIS use XML::CompareML::HTML; my $converter = XML::CompareML::HTML->new( 'input_filename' => "my-comparison.xml", 'output_handle' => *STDOUT, ); $converter->process();Or alternatively: use XML::CompareML::DocBook; my $converter = XML::CompareML::DocBook->new( 'input_filename' => "my-comparison.xml", 'output_handle' => *STDOUT, ); $converter->process();USAGEThe CompareML language is currently undocumented, but one can see an example for a document written it in the t/files/scm-comparison.xml example in the distribution.To convert a CompareML document to HTML instantiate an XML::CompareML::HTML object, and pass it the filename as the input_filename named parameter, and a reference to the IO handle to output the result as the output_handle named parameter.To convert a CompareML document to DocBook do the same procedure only using an XML:CompareML::DocBook object. Requirements: · Perl


XML::CompareML Related Software