|
Lines 251-256
sub XSLTParse4Display {
Link Here
|
| 251 |
my $variables = $params->{xslt_variables}; |
251 |
my $variables = $params->{xslt_variables}; |
| 252 |
my $items_rs = $params->{items_rs}; |
252 |
my $items_rs = $params->{items_rs}; |
| 253 |
|
253 |
|
|
|
254 |
die "Mandatory \$params->{xsl_syspref} was not provided, called with biblionumber $params->{biblionumber}" |
| 255 |
if not defined $params->{xsl_syspref}; |
| 256 |
|
| 254 |
my $xslfilename = get_xsl_filename( $xslsyspref); |
257 |
my $xslfilename = get_xsl_filename( $xslsyspref); |
| 255 |
|
258 |
|
| 256 |
# grab the XML, run it through our stylesheet, push it out to the browser |
259 |
# grab the XML, run it through our stylesheet, push it out to the browser |