NAME
Plack::App::DAIA::Validator - DAIA validator and converter
VERSION
version 0.43
SYNOPSIS
use Plack::Builder;
use Plack::App::DAIA::Validator;
builder {
enable 'JSONP';
Plack::App::DAIA::Validator->new(
xsd => $location_of_daia_xsd,
xslt => "/daia.xsl",
warnings => 1
);
};
DESCRIPTION
This module provides a simple DAIA validator and converter as PSGI web application.
To support fetching from DAIA Servers via HTTPS you might need to install LWP::Protocol::https version 6.02 or higher.
CONFIGURATION
All configuration parameters (xsd, xslt, and warnings) are optional.
AUTHOR
Jakob Voss
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jakob Voss.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.