https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38181 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- I don't have time at the moment, but let me see if I can find any obvious details... I think it was in C4/XSLT.pm: # grab the XML, run it through our stylesheet, push it out to the browser my $itemsxml; if ( $xslsyspref eq "OPACXSLTDetailsDisplay" || $xslsyspref eq "XSLTDetailsDisplay" || $xslsyspref eq "XSLTResultsDisplay" ) { $itemsxml = ""; #We don't use XSLT for items display on these pages } else { $itemsxml = buildKohaItemsNamespace($biblionumber, $hidden_items, $items_rs); } That buildKohaItemsNamespace has some really bad code. That said... I think if you have the syspref PassItemMarcToXSLT turned off then you should be fine. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.