Avoid XSLT stylesheet building for each biblio record to transform
authorFrederic Demians <f.demians@tamil.fr>
Thu, 5 Feb 2009 07:26:13 +0000 (08:26 +0100)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 9 Feb 2009 20:06:57 +0000 (14:06 -0600)
commiteaa3ee40a7bf9c531954593877816f7d707efa9a
tree6646ddfe9457c9a5374771cada047bd3ade92d23
parent17dcb45c115bddc74e4366b4281ba0d1cc493262
Avoid XSLT stylesheet building for each biblio record to transform

In XSLT.pm, put XSLT stylesheet object in a session variable in order
to avoid to build it for each biblio to parse: useful on search
result page.

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