File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mir-module/src/main/resources/xslt Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 328328 <xsl : call-template name =" ddb_identifier" />
329329 <!-- Zugriffsrechte für das Archivobjekt -->
330330 <xsl : call-template name =" rights" >
331- <xsl : with-param name =" derivateID" select =" structure/derobjects/derobject/@xlink:href" />
331+ <xsl : with-param name =" derivateID" select =" ( structure/derobjects/derobject/@xlink:href)[1] " />
332332 </xsl : call-template >
333333 <!-- Lizenzangaben und Rechtehinweise für das Originalobjekt -->
334334 <xsl : if test =" not(contains($MIR.xMetaDissPlus.disabledTemplates,'license'))" >
335335 <xsl : call-template name =" license" >
336- <xsl : with-param name =" derivateID" select =" structure/derobjects/derobject/@xlink:href" />
336+ <xsl : with-param name =" derivateID" select =" ( structure/derobjects/derobject/@xlink:href)[1] " />
337337 </xsl : call-template >
338338 </xsl : if >
339339 </xsl : template >
You can’t perform that action at this time.
0 commit comments