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_CData - inline cdata specification

SYNOPSIS

    my $data = XML::NewsML_G2::Inline_CData->new
        (mimetype => 'text/xml',
         data => '<somexml>test</somexml>'
        );

ATTRIBUTES

data

The inline string data

mimetype

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

AUTHOR

Christian Eder <christian.eder@apa.at>

LICENCE AND COPYRIGHT

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

See XML::NewsML_G2 for the license.