NAME
Catmandu::Fix::xml_transform - transform XML using XSLT stylesheet
VERSION
version 0.12
SYNOPSIS
# Transforms the 'xml' from marcxml to dublin core xml
xml_transform('xml',file => 'marcxml2dc.xsl');
DESCRIPTION
This Catmandu::Fix transforms XML with an XSLT stylesheet. Based on Catmandu::XML::Transformer the fix will transform and XML string into an XML string, MicroXML (XML::Struct) into MicroXML, and a DOM into a DOM. If the stylesteet is intented to emit text (<xsl:output method="text"/>
, however, this fix E<always> transforms produces a string.
One ore multiple XSLT scripts can be specified with argument file
.
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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 73:
Unknown E content in E<always>