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

NAME

XML::NewsML_G2::Writer::Event_Item - create DOM tree conforming to NewsML-G2 for Event Concept Items

SYNOPSIS

    my $w = XML::NewsML_G2::Writer::Event_Item->new
        (event_item => $ei, scheme_manager => $sm);

    my $dom = $w->create_dom();

DESCRIPTION

This module implements the creation of a DOM tree conforming to NewsML-G2 for Event Concept Items. Depending on the version of the standard specified, a version-dependent role will be applied. For the API of this module, see the documentation of the superclass XML::NewsML_G2::Writer.

ATTRIBUTES

event_item

XML::NewsML_G2::Event_Item instance used to create the output document

AUTHOR

Christian Eder <christian.eder@apa.at>

LICENCE AND COPYRIGHT

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

See XML::NewsML_G2 for the license.