DOKK / manpages / debian 12 / libcatmandu-xml-perl / Catmandu::Fix::xml_transform.3pm.en
Catmandu::Fix::xml_transform(3pm) User Contributed Perl Documentation Catmandu::Fix::xml_transform(3pm)

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

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

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 stylesheet is intented to emit text ("<xsl:output method="text"/>", however, this fix always transforms produces a string.

One ore multiple XSLT scripts can be specified with argument "file".

Data field to get XML from
One or more file names of optional XSLT scripts
Optional output format ("string", "struct", "simple", or "dom")
2022-09-15 perl v5.34.0