hatom-parsing: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (parsing datetimes)
(→‎URL handling: Adopted from hcard-parsing)
Line 12: Line 12:


= URL handling =
= URL handling =
@@TBD
 
An hAtom parser may begin with a URL to retrieve.
 
If the URL lacks a fragment identifier, then the parser should parse the entire retrieved resource for hAtom feeds and hAtom entries.
 
If the URL has a fragment identifier, then the parser should parse ''only'' the node indicated by the fragment identifier and its descendants, looking for hAtom feeds and hAtom entries, starting with the indicated node, which may itself be a hAtom feed/entry.


= Finding hAtom feeds/entries =
= Finding hAtom feeds/entries =

Revision as of 15:32, 1 April 2006

hAtom parsing

Work in progress!

Editor/Author

  • ...

Contributors

  • ...


URL handling

An hAtom parser may begin with a URL to retrieve.

If the URL lacks a fragment identifier, then the parser should parse the entire retrieved resource for hAtom feeds and hAtom entries.

If the URL has a fragment identifier, then the parser should parse only the node indicated by the fragment identifier and its descendants, looking for hAtom feeds and hAtom entries, starting with the indicated node, which may itself be a hAtom feed/entry.

Finding hAtom feeds/entries

@@TBD


Extracting feed elements

Feed <id>

@@TBD (not defined by hAtom yet)

Feed <title>

@@TBD (not defined by hAtom yet)

Feed <updated>

@@TBD (not defined by hAtom yet)

Feed <link>

@@TBD (not defined by hAtom yet)


Extracting entry elements

@@TBD

Entry <id>

@@TBD

Entry <title>

@@TBD

Entry <updated>

@@TBD

Entry <published>

@@TBD

Entry <link>

@@TBD

Parsing datetimes

@@TBD

Extracting tag links

@@TBD

References

Normative References

Informative References

  • ...