Skip to content

Commit

Permalink
add processing of mei:geogName
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Aug 12, 2019
1 parent b4058e5 commit 39a6612
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions testing/expected-results/works/A020823.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ <h3>Entstehung</h3>
<dd>

24. Mai 1820
Palais Radziwill
Berlin
<span class="809710897105115328297100122105119105108108">Palais Radziwill</span>
<span class="66101114108105110">Berlin</span>
</dd>
</dl>

Expand Down
2 changes: 1 addition & 1 deletion testing/expected-results/works/A021252.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h3>Entstehung</h3>
<dd>

1799
Lübeck
<span class="762529810199107">Lübeck</span>
</dd>
</dl>

Expand Down
2 changes: 1 addition & 1 deletion xsl/common_link.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- ********************************************* -->
<!-- * Templates * -->
<!-- ********************************************* -->
<xsl:template match="tei:persName | tei:author | tei:orgName | mei:persName | tei:workName | tei:settlement">
<xsl:template match="tei:persName | tei:author | tei:orgName | mei:persName | tei:workName | tei:settlement | mei:geogName">
<xsl:choose>
<xsl:when test="@key or @dbkey">
<xsl:call-template name="createLink"/>
Expand Down

0 comments on commit 39a6612

Please sign in to comment.