The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.