- atom:contributor record
- (contributor? A) procedure
- (contributor-name A) procedure
- (contributor-uri A) procedure
- (contributor-email A) procedure
Predicate and accessors for atom:contributor elements, representing contributors to the feed or entry.
- name
- (required by spec) the contributor's name, a string
- uri
- a URI associated with the contributor, a string
- the contributor's email address, a string conforming to RFC2822
Accessors return the empty string if the field is not present.