XML:PublisherUpdate

From ISFDB
Revision as of 22:27, 21 May 2008 by Alvonruff (talk | contribs) (New)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

The PublisherUpdate submission updates a publisher record.

Required Tags

This submission contains one required tags:

  • Record - Specifies the award record to update.

Optional Tags

This submission supports four optional tags, indicating which fields should be updated:

  • Name - Indicates the publisher name.
  • Note - A note concerning this publisher.
  • Wikipedia - A URL to the publisher's Wikipedia article.
  • Webpages - Contains some number of Webpage tags, one for each author associated with the title.

Example

<?xml version="1.0" encoding="iso-8859-1" ?>
<IsfdbSubmission>
  <PublisherUpdate>
    <Submitter>Kraang</Submitter>
    <Record>1092</Record>
    <Subject>Angus & Robertson</Subject>
    <Submitter>Kraang</Submitter>
    <Name>Angus & Robertson</Name>
    <Note>Angus & Robertson publishers have been an imprint of HarperCollins since 1989.</Note>
    <Webpages>
      <Webpage>http://www.harpercollins.com.au/</Webpage>
    </Webpages>
  </PublisherUpdate>
</IsfdbSubmission>