7 Jul
2023
7 Jul
'23
9:24 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26862 --- Comment #9 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Marcel de Rooy from comment #8)
<xsl:attribute name="href"><xsl:value-of select="text()"/></xsl:attribute> You might need to str-encode-uri and normalize-space stuff here. Something like (do not copy): <xsl:value-of select="str:encode-uri(concat($scriptname,'?q=ti,phr:', translate($quoted_title, '()', '')),false())"/> <xsl:value-of select="normalize-space(marc:subfield[@code=$cnum_subfield])"/>
You might ignore this remark looking at e.g. 856u -- You are receiving this mail because: You are watching all bug changes.