Difference between revisions of "XML:PublisherUpdate"

From ISFDB
Jump to navigation Jump to search
m (→‎Required Tags: fix copyo)
(→‎Example: syntax highlighting)
Line 20: Line 20:
 
==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 35:
 
   </PublisherUpdate>
 
   </PublisherUpdate>
 
  </IsfdbSubmission>
 
  </IsfdbSubmission>
 +
</source>
  
  
 
[[Category:Data Submission Formats|PublisherUpdate]]
 
[[Category:Data Submission Formats|PublisherUpdate]]

Revision as of 07:01, 22 May 2008

Introduction

The PublisherUpdate submission updates a publisher record.

Required Tags

This submission contains one required tags:

  • Record - Specifies the publisher 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 &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>