<<

NAME

Koha::XSLT::HTTPS - Helper module to resolve issues with https stylesheets

SYNOPSIS

    Koha::XSLT::HTTPS->load( $filename );

DESCRIPTION

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.

METHODS

load

     Koha::XSLT::HTTPS->load( $filename );

AUTHOR

    Marcel de Rooy, Rijksmuseum Amsterdam, The Netherlands

<<