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).
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>

