<<

NAME

C4::XSLT - Functions for displaying XSLT-generated content

FUNCTIONS

transformMARCXML4XSLT

Replaces codes with authorized values in a MARC::Record object Is only used in this module currently.

getAuthorisedValues4MARCSubfields

Returns a ref of hash of ref of hash for tag -> letter controlled by authorised values Is only used in this module currently.

XSLTParse4Display

Returns xml for biblionumber and requested XSLT transformation. Returns undef if the transform fails.

Used in OPAC results and detail, intranet results and detail, list display. (Depending on the settings of your XSLT preferences.)

The helper function _get_best_default_xslt_filename is used in a unit test.

buildKohaItemsNamespace

Returns XML for items. Is only used in this module currently.

engine

Returns reference to XSLT handler object.

AUTHOR

Joshua Ferraro <jmf@liblime.com>

Koha Development Team <http://koha-community.org/>

<<