Those module provides transformation functions for data.
Currently only XSLT (via Saxon) is supported.
The transformers module provides a collection of transformation utilities.
Bases: Exception
Error during the transformation of the XML file.
Module to apply xslt on xml files using Saxon.
transform(xml_file, xslt_file, output_file)
Apply a xslt on an xml file using Saxon.
Show the version of the Saxon processor.