Difference between revisions of "XML:TitleDelete"

From ISFDB
Jump to navigation Jump to search
(Breaking up large XML submission page)
 
(→‎Example: syntax highlighting)
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
 
==Example==
 
==Example==
  
 +
<source lang="xml">
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <IsfdbSubmission>
 
  <IsfdbSubmission>
Line 21: Line 22:
 
   </TitleDelete>
 
   </TitleDelete>
 
  </IsfdbSubmission>
 
  </IsfdbSubmission>
 +
</source>
 +
 +
[[Category:Data Submission Formats|TitleDelete]]

Latest revision as of 06:45, 22 May 2008

Introduction

The TitleDelete submission deletes the indicated title. There must be no publications referring to this title.

Required Tags

The submission contains two required tags:

  • Record - Required tag. Record number of the title.
  • Reason - The reason for deletion. This is a plain text field.

Example

 <?xml version="1.0" encoding="iso-8859-1" ?>
 <IsfdbSubmission>
   <TitleDelete>
     <Subject>The Petrified Planet</Subject>
     <Submitter>Ahasuerus</Submitter>
     <Record>825280</Record>
     <Reason>Dup title.</Reason>
   </TitleDelete>
 </IsfdbSubmission>