NAME
Datahub::Factory::Exporter::LIDO - Export items to LIDO
SYNOPSIS
use Datahub::Factory;
my $exporter = Datahub::Factory->exporter('LIDO')->new();
$exporter->add({'id' => 1});
DESCRIPTION
Convert records to LIDO XML and send them to STDOUT. The records are convert as-is; any fixes must be done beforehand.
AUTHORS
Pieter De Praetere <pieter@packed.be>
Matthias Vandermaesen <matthias.vandermaesen@vlaamsekunstcollectie.be>
COPYRIGHT
Copyright 2017 - PACKED vzw, Vlaamse Kunstcollectie vzw
LICENSE
This library is free software; you can redistribute it and/or modify it under the terms of the GPLv3.