NAME
XML::NewsML_G2 - generate NewsML G2 news items
VERSION
This document describes the package XML::NewsML_G2
SYNOPSIS
use XML::NewsML_G2;
my $ni = XML::NewsML_G2::News_Item->new(...);
my $writer = XML::NewsML_G2::Writer_2_9(news_item => $ni);
my $dom = $writer->create_dom();
DESCRIPTION
This module tries to implement the creation of XML files conforming to the NewsML G2 specification as published by the IPTC. It does not aim in implementing the complete standard, but in covering the most common use cases.
For the full specification of the format, visit http://www.iptc.org/site/News_Exchange_Formats/NewsML-G2/
For further information on this software, please check the following documentation:
- XML::NewsML_G2::News_Item
- XML::NewsML_G2::Desk
- XML::NewsML_G2::Genre
- XML::NewsML_G2::Location
- XML::NewsML_G2::Media_Topic
- XML::NewsML_G2::Organisation
- XML::NewsML_G2::Product
- XML::NewsML_G2::Provider
- XML::NewsML_G2::Service
- XML::NewsML_G2::Topic
- XML::NewsML_G2::Scheme
- XML::NewsML_G2::Scheme_Manager
- XML::NewsML_G2::Writer
- XML::NewsML_G2::Writer_2_9
- XML::NewsML_G2::Writer_2_12
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to bug-xml-newsml_g2@rt.cpan.org
, or through the web interface at http://rt.cpan.org.
Be aware that the API for this module will change with each upcoming release.
AUTHOR
Philipp Gortan <philipp.gortan@apa.at>
LICENCE AND COPYRIGHT
Copyright (c) 2013, APA-IT. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This module is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this module. If not, see http://www.gnu.org/licenses/.