XML:SeriesUpdate
From ISFDB
Contents |
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>

