XML:PublisherMerge
From ISFDB
Contents |
Introduction
The PublisherMerge submission merges 2 or more publishers into a single publisher.
Required Tags
The submission contains two required tags:
- KeepId - Specifies which publisher record to retain.
- DropId - Indicates the publisher record to drop. There may be more than one DropId tag.
Optional Tags
The PublisherMerge submission also supports one optional tag. Optional tags should be used whenever a particular field differs between the merged titles. Each used tag refers to a publisher record number. When the submission is integrated, the value associated with the named record will be retained. The following optional tags are supported for Publisher Merges:
- Note - Record number of the desired note.
Example
<?xml version="1.0" encoding="iso-8859-1" ?> <IsfdbSubmission> <PublisherMerge> <KeepId>18557</KeepId> <DropId>19257</DropId> <DropId>19485</DropId> <Submitter>Kraang</Submitter> <Subject>Angus & Robertson / HarperCollins (Australia)</Subject> <Note>19485</Note> </PublisherMerge> </IsfdbSubmission>

