XML:TitleUnmerge

From ISFDB
Revision as of 06:48, 22 May 2008 by Alvonruff (talk | contribs) (→‎Example: syntax highlighting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>