The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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.