summaryrefslogtreecommitdiff
path: root/endnote-to-dbxml.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'endnote-to-dbxml.xsl')
-rw-r--r--endnote-to-dbxml.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/endnote-to-dbxml.xsl b/endnote-to-dbxml.xsl
index 8a921e4..4314d9a 100644
--- a/endnote-to-dbxml.xsl
+++ b/endnote-to-dbxml.xsl
@@ -65,7 +65,7 @@
<xsl:template name="authors">
<tx_likat_pubs_domain_model_authors>
- <xsl:apply-templates select="//author[generate-id() = generate-id(key('author', .)[1])]"/>
+ <xsl:apply-templates select="//authors/author[generate-id() = generate-id(key('author', .)[1])]"/>
</tx_likat_pubs_domain_model_authors>
</xsl:template>