Skip to content

Commit

Permalink
get Editorial History for dclp
Browse files Browse the repository at this point in the history
  • Loading branch information
m-k-r committed May 14, 2017
1 parent d9c58a8 commit 5d25885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pn-xslt/MakeHTML.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
<span id="canonical-uri-value"><a href="{$selfUrlByCorpus}"><xsl:value-of select="$selfUrlByCorpus"/></a></span>
</div>
</div>
<xsl:if test="$collection = 'ddbdp'">
<xsl:if test="$collection = ('ddbdp', 'dclp')">
<xsl:if test="$hgv or $apis or $dclp">
<div class="metadata">
<xsl:for-each select="$relations[contains(., 'hgv/')]">
Expand Down Expand Up @@ -343,7 +343,7 @@
<xsl:with-param name="parm-line-inc" select="$line-inc" tunnel="yes" as="xs:double"/>
<xsl:with-param name="parm-verse-lines" select="$verse-lines" tunnel="yes"/>
</xsl:apply-templates>
<xsl:for-each select="pi:get-docs($relations[contains(., '/ddbdp/') and not(contains($replaces,.))], 'xml')/t:TEI">
<xsl:for-each select="pi:get-docs($relations[matches(., '/(ddbdp|dclp)/') and not(contains($replaces,.))], 'xml')/t:TEI">
<xsl:apply-templates select="." mode="text">
<xsl:with-param name="parm-apparatus-style" select="$apparatus-style" tunnel="yes"/>
<xsl:with-param name="parm-edn-structure" select="$edn-structure" tunnel="yes"/>
Expand Down

0 comments on commit 5d25885

Please sign in to comment.