Skip to content

Instantly share code, notes, and snippets.

@jsicot
jsicot / gist:5142764
Last active December 14, 2015 20:19
linkToWikipedia (koha)
//Dans les XSLT au niveau des 7xx ajouter :
<a>
<xsl:attribute name="href"><xsl:text></xsl:text></xsl:attribute>
<xsl:attribute name="class"><xsl:text>wikipedia</xsl:text></xsl:attribute>
<xsl:attribute name="target"><xsl:text>_blank</xsl:text></xsl:attribute>
<xsl:value-of select="marc:subfield[@code='b']"/>
<xsl:text>+</xsl:text>
<xsl:value-of select="marc:subfield[@code='a']"/>
</a>