From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

PICA::Writer::PPXML - PicaPlus-XML format serializer

SYNOPSIS

my $writer = PICA::Writer::PPXML->new( $fh );
foreach my $record (@pica_records) {
$writer->write($record);
}
$writer->end();

DESCRIPTION

PicaPlus-XML (PPXML) is a PICA+ XML format variant (namespace http://www.oclcpica.org/xmlns/ppxml-1.0).

The counterpart of this module is PICA::Parser::PPXML.

METHODS

See PICA::Writer::Base for description of other methods.