Skip to content

Commit

Permalink
UBO-312 Read request handler from variable in response.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Mar 27, 2024
1 parent ae6ac2a commit fca4a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/xsl/response.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
exclude-result-prefixes="xsl xalan i18n mods mcr mcrxml encoder str basket">

<xsl:include href="mods-display.xsl" />
<xsl:include href="resource:xsl/response-get-handler.xsl"/>
<xsl:include href="response-facets.xsl" />
<xsl:include href="ubo-dialog.xsl" />
<xsl:include href="coreFunctions.xsl" />
Expand Down Expand Up @@ -168,7 +169,7 @@
<!-- ==================== Anzeige Navigation in Trefferliste ==================== -->

<xsl:variable name="resultsPageURL">
<xsl:text>select?</xsl:text>
<xsl:value-of select="$solrRequestHandler"/>
<xsl:for-each select="/response/lst[@name='responseHeader']/lst[@name='params']/*[not(@name='start')]">
<xsl:variable name="name" select="@name" />
<xsl:for-each select="descendant-or-self::str"> <!-- may be an array: arr/str or ./str -->
Expand Down

0 comments on commit fca4a9d

Please sign in to comment.