Skip to content

Commit

Permalink
Merge pull request #1 from samosafuz/mp3-dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
samosafuz authored Apr 11, 2024
2 parents 2332eac + f491ec2 commit 5844f75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pn-xslt/metadata-dclp.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
<!-- Catalog(s)/MP3 number -->
<xsl:if test="t:teiHeader/t:fileDesc/t:publicationStmt/t:idno[@type='MP3']">
<tr>
<th class="rowheader">Catalog(s)</th>
<th class="rowheader">Mertens-Pack</th>
<td>
<xsl:for-each select="t:teiHeader/t:fileDesc/t:publicationStmt/t:idno[@type='MP3']">
<xsl:value-of select="concat('MP3 ',.)"/>
<a href="{concat('http://www.cedopalmp3.uliege.be/cdp_MP3_display.aspx?numNot=', .)}">
<xsl:value-of select="concat('MP3 ', .)"/>
</a>
<xsl:if test="position() != last()"><xsl:text>; </xsl:text></xsl:if>
</xsl:for-each>
</td>
Expand Down

0 comments on commit 5844f75

Please sign in to comment.