Skip to content

Commit 59070c3

Browse files
Adding template for placeName
1 parent 39fa5fa commit 59070c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stylesheets/organizations.xsl

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
</xsl:otherwise>
5858
</xsl:choose>
5959
</xsl:template>
60+
<xsl:template match="placeName">
61+
<div>
62+
<label>Place of organization: </label>
63+
<xsl:value-of select="."/>
64+
</div>
65+
</xsl:template>
6066
<xsl:template match="title">
6167
<h1 class="page-header">
6268
<xsl:value-of select="//titleStmt/title"/>

0 commit comments

Comments
 (0)