Optimize XSLT.pm
authorFrédéric Demians <f.demians@tamil.fr>
Thu, 7 May 2009 17:28:33 +0000 (19:28 +0200)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 8 May 2009 12:54:08 +0000 (07:54 -0500)
commit15d95fdd0e9968e90c1df814a088056421329159
treeffc7e2b53f71626470bf918ef60b3c5ae609d5ba
parent98650328dd0573a6e89e1d45c65ad7461ee7dd74
Optimize XSLT.pm

Avoid reading marc_tag_structure for each biblo record to
transform by XSLT. Not totaly useless on OPAC result page.
Should be done via application variables rather than
request variable, but this is another story.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/XSLT.pm