Difference between revisions of "XML:PublisherUpdate"

From ISFDB
Jump to navigation Jump to search
(New)
 
 
(3 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
==Required Tags==
 
==Required Tags==
  
This submission contains one required tags:
+
This submission contains two required tags:
  
* '''Record''' - Specifies the award record to update.
+
* '''Record''' - Specifies the publisher record to update.
  
 
==Optional Tags==
 
==Optional Tags==
  
This submission supports four optional tags, indicating which fields should be updated:
+
This submission supports two optional tags, indicating which fields should be updated:
  
 
* '''Name''' - Indicates the publisher name.
 
* '''Name''' - Indicates the publisher name.
 
* '''Note''' - A note concerning this publisher.
 
* '''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.
 
* '''Webpages''' - Contains some number of '''Webpage''' tags, one for each author associated with the title.
  
 
==Example==
 
==Example==
  
 +
<source lang="xml">
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <?xml version="1.0" encoding="iso-8859-1" ?>
 
  <IsfdbSubmission>
 
  <IsfdbSubmission>
Line 34: Line 34:
 
   </PublisherUpdate>
 
   </PublisherUpdate>
 
  </IsfdbSubmission>
 
  </IsfdbSubmission>
 +
</source>
  
  
 
[[Category:Data Submission Formats|PublisherUpdate]]
 
[[Category:Data Submission Formats|PublisherUpdate]]

Latest revision as of 23:08, 13 February 2014

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>