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

NAME

Catmandu::Fix::xml_transform

VERSION

version 0.04

SYNOPSIS

   # Transforms the 'xml' from marcxml to dublin core xml
   xml_transform('xml',file => 'marcxml2dc.xsl');

DESCRIPTION

This Catmandu::Fix transforms XML given as string or MicroXML format (see XML::Struct) with an XSLT stylesheet.

NAME

Catmandu::Fix::xml_transform - transform XML using XSLT stylesheet

SEE ALSO

AUTHOR

Jakob Voß

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.