XML:PublisherUpdate

From ISFDB
Revision as of 23:08, 13 February 2014 by Ahasuerus (talk | contribs)
(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 two required tags:

  • Record - Specifies the publisher record to update.

Optional Tags

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

  • Name - Indicates the publisher name.
  • Note - A note concerning this publisher.
  • 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 &amp; Robertson</Subject>
     <Submitter>Kraang</Submitter>
     <Name>Angus &amp; Robertson</Name>
     <Note>Angus &amp; Robertson publishers have been an imprint of HarperCollins since 1989.</Note>
     <Webpages>
       <Webpage><nowiki>http://www.harpercollins.com.au/</nowiki></Webpage>
     </Webpages>
   </PublisherUpdate>
 </IsfdbSubmission>