Koha/koha-tmpl/opac-tmpl/bootstrap/en/xslt
Jonathan Druart 71aaf8b458 Bug 27178: Add 'str' namespace to exclude-result-prefixes
Some nodes in the generated HTML document contain the 'str' namespace.
For instance, at the OPAC on the search result list, you can see:
<a xmlns:str="http://exslt.org/strings" href="/cgi-bin/koha/opac-detail.pl?biblionumber=18566&amp;query_desc=kw%2Cwrdl%3A%20spin" class="title">

The solution is to add 'str' to exclude-result-prefixes.
From https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/stylesheet
"""
Specifies any namespace used in this document that should not be sent to the output document. The list is whitespace separated.
"""

Test plan:
0. Don't apply this patch
1. Launch a search at the OPAC
2. Inspect the title link for the records
=> Note the 'xmlns:str' attribute on tag "a"
3. Apply this patch
4. restart_all
5. Repeat 1. and 2.
=> Note that the attribute is gone now.

QA will check that no other occurrences is missing (note that one
NORMARC xsl is missing it, but NORMARC is deprecated)

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-01-04 13:30:03 +01:00
..
compact.xsl
MARC21Languages.xsl Bug 25082: Make 041 descriptions display, if authorised value list is used 2020-05-11 09:46:02 +01:00
MARC21slim2OPACDetail.xsl Bug 15141: Add MARC21 770/772 Supplement (parent) to OPAC and staff detail pages 2020-11-04 12:59:34 +01:00
MARC21slim2OPACResults.xsl Bug 27178: Add 'str' namespace to exclude-result-prefixes 2021-01-04 13:30:03 +01:00
MARC21slimUtils.xsl Bug 15436: Use semicolon between series name and volume 2020-10-08 16:18:18 +02:00
NORMARCslim2OPACDetail.xsl Bug 25238: Fix semantic heading for opac-details 2020-06-24 15:05:02 +02:00
NORMARCslim2OPACResults.xsl Bug 22672: Change <i> to <em> and <b> to <strong> in templates, includes, xslt 2020-06-29 12:37:02 +02:00
NORMARCslimUtils.xsl Bug 14716: Fix more unencoded url parameters. 2018-10-31 13:19:23 +00:00
plainMARC.xsl
UNIMARCslim2OPACDetail.xsl Bug 26049: Replace li with span class results_summary in UNIMARC intranet XSLT 2020-09-18 11:08:35 +02:00
UNIMARCslim2OPACResults.xsl Bug 22672: Change <i> to <em> and <b> to <strong> in templates, includes, xslt 2020-06-29 12:37:02 +02:00
UNIMARCslimUtils.xsl Bug 26049: Replace li with span class results_summary in UNIMARC intranet XSLT 2020-09-18 11:08:35 +02:00