The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::NewsML_G2::Inline_Data - inline data specification

SYNOPSIS

    my $data = XML::NewsML_G2::Inline_Data->new
        (mimetype => 'text/plain',
         data => 'Hello World'
        );

ATTRIBUTES

data

The inline string data

mimetype

The MIME type of the data (e.g. text/plain)

AUTHOR

Christian Eder <christian.eder@apa.at>

LICENCE AND COPYRIGHT

Copyright (c) 2015, APA-IT. All rights reserved.

See XML::NewsML_G2 for the license.