XML:SeriesUpdate

From ISFDB
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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).
  • Parentposition - The relative position of this series within the the parent series.
  • Note - A free text note associated with this series.
  • Webpages - If specified, should contain at least one Webpage tag -- see below.
    • Webpages - URL of a Web page associated with this series.

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>
     <Parentposition>12</Parentposition>
     <Note>The exact position with the parent series is unknown.</Note>
     <Webpages>
      <Webpage>http://www.thecitadels.com</Webpage>
     </Webpages>
   </SeriesUpdate>
 </IsfdbSubmission>