Koha::XSLT::HTTPS - Helper module to resolve issues with https stylesheets
Koha::XSLT::HTTPS->load( $filename );
This module collects the contents of https XSLT styleheets where libxml2/libxslt fail to do so. This should be considered as a temporary workaround.
A similar problem comes up with xslt include files. The module could be extended to resolve these issues too. What holds me back now, is the fact that we need to parse the whole xslt code.
Koha::XSLT::HTTPS->load( $filename );
Marcel de Rooy, Rijksmuseum Amsterdam, The Netherlands