I believe that I found a bug in ExportArticle. While testing, I created a test article with two authors, "eli cohen", and "Author2 lastname". I made the second author the primary contact. (See
http://journals.isjournals.org/index.php/testjournal/article/view/3 and
http://find.isjournals.org/viewrecord.php?id=3). But the XML file that comes out lists the second author twice and does not list the primary author at all:
<article>
<title>A third Test paper</title>
-
<abstract>
Studies in gender have offered many reasons for the differing attitudes and ...
</abstract>
<date_published>2005-10-14</date_published>
-
<author primary_contact="true">
<firstname>Author2</firstname>
<lastname>LastName</lastname>
<email>test@1is.us</email>
<biography>second author bio</biography>
</author>
-
<author primary_contact="true">
<firstname>Author2</firstname>
<lastname>LastName</lastname>
<email>test@1is.us</email>
<biography>second author bio</biography>
</author>
-
<indexing>
<discipline>junk science;</discipline>
</indexing>
<pages>1-20</pages>
-
<galley>
...
...