SYNOPSIS

  use TM::Materialized::XTM;
  my $tm = new TM::Materialized::XTM (inline => '....xtm here...');
  $tm->sync_in;
  # ...

  # or
  my $tm = new TM::Materialized::XTM (file => 'test.xtm');
  # ...
  $tm->sync;

  # or
  my $tm  = ... however you arrive at a map
  my $xml = $tm->sync_out;

DESCRIPTION

This package provides parsing and dumping functionality for \s-1XTM\s0 1.0 instances. See TM::Serializable::XTM for details.

INTERFACE

Constructor

The constructor expects a hash as described in TM::Materialized::Stream.

RELATED TO TM::Materialized::XTM…

\s-1TM\s0, TM::Materialized::Stream

AUTHOR INFORMATION

Copyright 200[1-68], Robert Barta <[email protected]>, All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. http://www.perl.com/perl/misc/Artistic.html