Actually, it is a little more complicated than that. The first is a reference to the published book (note the imprint and publisher). It includes a link to the XML source of the book which, at that time, was stored on the TEI website. Then that "digital preprint" moved elsewhere on the site, and someone else created the second entry for it, indicating the TEI as publisher, since it was on the TEI website. I can't explain why the editors (not authors) are given in a different order though. They should of course be ordered alphabetically. I think it would be better to keep the first one, simply removing its <ptr/> which is now useless. Or I suppose you could replace it with a <relatedItem> containing the right URL. On 11/09/15 17:24, Martin Holmes wrote:
Hi all,
We have the two entries below in the Glines bibliography. They seem to me to be for the same book, although one is for an older version, and is listed under a different main author. To complicate things further, the first has a URL that generates a 301 ("Moved permanently") to the URL provided by the other. Neither of them appear to be referenced anywhere in the Guidelines prose.
I propose to delete the older one and leave only the newer, fixing the URL in the process. Any objections?
<biblStruct xml:id="Burnardetaleds2006"> <monogr> <editor> <forename>Lou</forename> <surname>Burnard</surname> </editor> <editor> <forename>Katherine</forename> <forename>O'Brien</forename> <surname>O'Keefe</surname> </editor> <editor> <forename>John</forename> <surname>Unsworth</surname> </editor> <title level="m">Electronic Textual Editing</title> <ptr target="http://www.tei-c.org/Activities/ETE/"/> <imprint> <pubPlace>New York</pubPlace> <publisher>Modern Languages Association</publisher> <date>2006</date> </imprint> </monogr> </biblStruct>
<biblStruct xml:id="Unsworthetaleds2004"> <monogr> <editor> <forename>John</forename> <surname>Unsworth</surname> </editor> <editor> <forename>Katherine</forename> <forename>O'Brien</forename> <surname>O'Keeffe</surname> </editor> <editor> <forename>Lou</forename> <surname>Burnard</surname> </editor> <title level="m">Electronic Textual Editing</title> <ptr target="http://www.tei-c.org/About/Archive_new/ETE/"/> <imprint> <publisher>TEI Consortium</publisher> <date>2004</date> </imprint> </monogr> <!--note>last accessed August 12, 2007</note--> </biblStruct>
Cheers, Martin