summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <bfr@qbus.de>2015-02-20 11:21:38 +0100
committerBenjamin Franzke <bfr@qbus.de>2015-02-20 11:21:38 +0100
commit9475d1f8786537959b152435d9b76b56fd681a4b (patch)
treed5e4588d8ba820b16b090c0b9f57fdefdae721f4
parent6e5eefd1db1faa682b6db9dd73ffa2d76ead84e0 (diff)
downloadendnote-import-9475d1f8786537959b152435d9b76b56fd681a4b.tar.gz
endnote-import-9475d1f8786537959b152435d9b76b56fd681a4b.tar.bz2
endnote-import-9475d1f8786537959b152435d9b76b56fd681a4b.zip
Create author table from primary authors only
-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>