XML:TitleUnmerge

From ISFDB
Jump to navigation Jump to search

Introduction

The TitleUnmerge submission is used to split off titles that were previously merged. The indicated publications will point to brand new titles. These titles will have the same title name and year as the publication records they were created from.

Required Tags

The submission contains two required tags:

  • Record - Record number of the parent title.
  • PubRecord - Record number of the target publication. There may be more than one publication targeted per submission.

Example

 <?xml version="1.0" encoding="iso-8859-1" ?>
 <IsfdbSubmission>
   <TitleUnmerge>
     <Submitter>Alvonruff</Submitter>
     <Subject>Galactic North</Subject>
     <Record>198738</Record>
     <PubRecord>104411</PubRecord>
     <PubRecord>89771</PubRecord>
 </TitleUnmerge>
 </IsfdbSubmission>