views:

546

answers:

4

I have implemented hAtom microformat on my blog. At least, I think I have, but I can't find any validator (or any software that uses hAtom) in order to determine if I have done this correctly. A Google search for "hatom validator" currently doesn't return anything useful. Does anyone know of a way to confirm that it is implemented correctly?

+6  A: 

How about Optimus?

Otherwise, you can slow-validate it by adding it to the list of hAtom examples in the wild. Occasionally someone will go through them and move the bad ones to the list of "Examples with some problems."

Joe Lencioni
+1  A: 

Convert it to Atom, validate Atom and manually check if it contains all data you expected.

There's open-source hCard validator. Maybe someone could adapt it to validate hAtom as well…

porneL
A: 

Now you can use Optimus: "one of several microformats validator implementations and debugging-tools. Optimus supports numerous microformats including hCard, hCalendar, hReview, hAtom (note: hAtom validation issues), ..."

from microformats Wiki

saski
thanks, but Joe Lencioni already mentioned optimus... 16 months ago! :)
Kip
Kip