Not a developer? Go to MovableType.com

Documentation

<contributor> Element

The contributor element identifies the contributing authors of a feed or an entry. The element is identical in structure to an author element.

Example

<contributor>
  <name>Byrne Reese</name>
  <uri>http://www.majordojo.com/</uri>
  <email>byrne@majordojo.com</email>
</contributor>

Parent Elements

Child Elements

  • name
  • uri
  • email

See Also

Back