]> git.koha-community.org Git - koha.git/commit
Bug 12758: Introduce Koha::XSLT::HTTPS
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 29 Jun 2022 12:16:46 +0000 (12:16 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 9 Nov 2022 12:52:17 +0000 (09:52 -0300)
commit2d2e93e66ef73bc3424c85a6256c10026eca3a4c
treea61d79c8cdd1e51a72990968613081945a87ce6e
parent1ea56fb0924d6e45525ac07334b257ee39229d53
Bug 12758: Introduce Koha::XSLT::HTTPS

This module now fetches a https stylesheet and returns it as a
string to Base. (As a workaround waiting for a real solution
in the underlying libraries.)

The module can be extended to resolve includes but this requires
parsing the xslt code.

Test plan:
[1] Run t/Koha_XSLT_HTTPS.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Exceptions/XSLT.pm [new file with mode: 0644]
Koha/XSLT/HTTPS.pm [new file with mode: 0644]
t/Koha_XSLT_HTTPS.t [new file with mode: 0755]