XMLRésuméLibrary:

Google

User Guide

Name

publisher — Information about a publisher of a work

Synopsis

Content Model

(#PCDATA|link|url)*

Attributes

NameTypeDefault
targetsCDATANone

Description

Important

The use of the url element as a child of publisher is deprecated as of XML Résumé Library version 1.4.0.

We recommend that you convert all urls contained in publishers to links.

The publisher element contains the name, and possibly location, of the organization that published a literary, artistic, scholary, or other work.

Parents

publisher may be contained in these elements: pub

Examples

Example 6. Publisher name only

<pub>
  <bookTitle>Deep Thoughts on Stuff</bookTitle>
  <publisher>Totally Groovy Publishing, Ltd.</publisher>
</pub>

Example 7. Publisher name and location

<pub>
  <bookTitle>A User's Guide to Dirt</bookTitle>
  <publisher>Mother Nature Books, Boston, Massachusetts</publisher>