Difference between revisions of "XML:SeriesUpdate"

From ISFDB
Jump to navigation Jump to search
(New)
 
(→‎Example: syntax highlighting)
Line 18: Line 18:
 
==Example==
 
==Example==
  
 +
<source lang="xml">
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <IsfdbSubmission>
 
  <IsfdbSubmission>
Line 28: Line 29:
 
   </SeriesUpdate>
 
   </SeriesUpdate>
 
  </IsfdbSubmission>
 
  </IsfdbSubmission>
 +
</source>
  
 
[[Category:Data Submission Formats|SeriesUpdate]]
 
[[Category:Data Submission Formats|SeriesUpdate]]

Revision as of 06:57, 22 May 2008

Introduction

The SeriesUpdate submission updates the specified series record.

Required Tags

The submission contains one required tag:

  • Record - Specifies which series record to update.

Optional Tags

The following optional tags are supported:

  • Name - The name of the series.
  • Parent - The name of the parent series (if any).

Example

 <?xml version="1.0" encoding="iso-8859-1" ?>
 <IsfdbSubmission>
   <SeriesUpdate>
     <Submitter>Alvonruff</Submitter>
     <Subject>The Citadels</Subject>
     <Record>24530</Record>
     <Name>Forgotten Realms: The Citadels</Name>
     <Parent>Forgotten Realms Universe</Parent>
   </SeriesUpdate>
 </IsfdbSubmission>