Skip to content

Commit

Permalink
only process the root-level bibl in a bibliographic file that's looke…
Browse files Browse the repository at this point in the history
…d up for principal edition; fixes DCLP/dclpxsltbox#205
  • Loading branch information
paregorios committed Feb 22, 2017
1 parent 6085cb9 commit 7569a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pn-xslt/metadata-dclp.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<xsl:choose>
<xsl:when test="doc-available($biblio-filename)">
<xsl:variable name="biblio-doc" select="pi:get-docs($biblio-target, 'xml')"/>
<xsl:for-each select="$biblio-doc//t:bibl">
<xsl:for-each select="$biblio-doc/t:bibl">
<xsl:call-template name="buildCitation"/>
</xsl:for-each>
</xsl:when>
Expand Down

0 comments on commit 7569a8d

Please sign in to comment.