Hi all, Would you have a solution fort his problem? In the search results (xslt enabled), a title is shown with something like: <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=201400" class="title">Geheimakte Johannes Vermeer </a> In the vernacular (Dutch) language version this shows like: <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=201400" class="titel">Geheimakte Johannes Vermeer </a> What happened? The translation process translated title into titel in the class attribute of the <a> (in the xslt file). But this has the potential side-effect of disabling css commands referring to class title, but ALSO the javascript commands for search highlighting (it expects class title). So search highlighting only works under English, not Dutch. Is there an easy way to exclude the names of class attributes from translation? Marcel