<<
Feed::Parser::Atom::v0_3
Atom 0.3 was a draft of the Atom specification.
It has been superseded by the Atom 1.0 specification.
Atom 0.3 has different tags,
different semantics and a different namespace then Atom 1.0.
It is effectively an entirely different feed format.
xmlns="http://purl.org/atom/ns#"
- feed
- This is the root element for Atom feeds.
All other elements here are contained within it.
- title
- link
- author
- name
- url
- email
- contributor
- name
- url
- email
- tagline
- id
- generator
- copyright
- info
- modified
- entry
- See "ENTRY ELEMENTS" for a list of the elements that can appear in an entry element.
- title
- link
- author
- name
- url
- email
- contributor
- name
- url
- email
- id
- modified
- issued
- created
- summary
- content
Specified in: http://www.mnot.net/drafts/draft-nottingham-atom-format-02.html
<<