<<

NAME

Feed::Parser::Atom::v1_0

DESCRIPTION

Atom 1.0 replaces the draft Atom 0.3, though as of this writing (Aug 30, 2005), Atom 0.3 is still far more common then Atom 1.0.

Atom is intended by its authors to replace RSS 2.0.

NAMESPACE

xmlns="http://www.w3.org/2005/Atom"

ELEMENTS

feed

This is the root element for Atom feeds. All other elements here are contained within it.

author

name

uri

email

category

contributor

name

uri

email

generator

icon

id

link

logo

rights

subtitle

title

updated

entry

See "ENTRY ELEMENTS" for a list of the elements that can appear in an entry element.

ENTRY ELEMENTS

author

name

uri

email

category

content

contributor

name

uri

email

id

link

published

rights

source

All of the feed level tags except entry are valid here. These are intended to be a copy of the same tags as they were specified in the source blog for this item.

author

name

uri

email

category

content

contributor

name

uri

email

generator

icon

id

link

logo

rights

subtitle

title

updated

summary

title

updated

SEE ALSO

Specified in: http://ietfreport.isoc.org/idref/draft-ietf-atompub-format/

COPYRIGHT

<<