Difference between revisions of "XML:PublisherUpdate"

From ISFDB
Jump to navigation Jump to search
(→‎Example: syntax highlighting)
 
(One intermediate revision by the same user 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 publisher record to update.
 
* '''Record''' - Specifies the publisher record to update.
Line 11: Line 11:
 
==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.
  

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>