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