Is there a way to validate hAtom microformat? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T02:39:34Z http://stackoverflow.com/feeds/question/125262 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/125262/is-there-a-way-to-validate-hatom-microformat 3 Is there a way to validate hAtom microformat? Kip 2008-09-24T03:28:49Z 2008-11-14T19:38:06Z <p>I have implemented <a href="http://microformats.org/wiki/hatom" rel="nofollow">hAtom microformat</a> 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 <a href="http://www.google.com/search?num=100&amp;q=hatom+validator&amp;btnG=Search" rel="nofollow">Google search for "hatom validator"</a> currently doesn't return anything useful. Does anyone know of a way to confirm that it is implemented correctly?</p> http://stackoverflow.com/questions/125262/is-there-a-way-to-validate-hatom-microformat/125284#125284 0 Answer by Vinko Vrsalovic for Is there a way to validate hAtom microformat? Vinko Vrsalovic 2008-09-24T03:37:29Z 2008-09-24T03:37:29Z <p>You might find these useful</p> <p><a href="http://microformats.org/wiki/hatom#Examples" rel="nofollow">http://microformats.org/wiki/hatom#Examples</a></p> <p><a href="http://microformats.org/wiki/hatom#Implementations" rel="nofollow">http://microformats.org/wiki/hatom#Implementations</a></p> http://stackoverflow.com/questions/125262/is-there-a-way-to-validate-hatom-microformat/192572#192572 3 Answer by Joe Lencioni for Is there a way to validate hAtom microformat? Joe Lencioni 2008-10-10T18:33:55Z 2008-10-10T18:33:55Z <p>How about <a href="http://microformatique.com/optimus/" rel="nofollow">Optimus</a>?</p> <p>Otherwise, you can slow-validate it by adding it to the list of <a href="http://microformats.org/wiki/hatom-examples-in-wild" rel="nofollow">hAtom examples in the wild</a>. Occasionally someone will go through them and move the bad ones to the list of "Examples with some problems."</p> http://stackoverflow.com/questions/125262/is-there-a-way-to-validate-hatom-microformat/195043#195043 1 Answer by porneL for Is there a way to validate hAtom microformat? porneL 2008-10-12T03:11:20Z 2008-10-12T03:11:20Z <p><a href="http://microformats.org/wiki/hatom#Implementations" rel="nofollow">Convert it to Atom</a>, <a href="http://feedvalidator.org/" rel="nofollow">validate Atom</a> and manually check if it contains all data you expected.</p> <p>There's open-source <a href="http://hcard.geekhood.net/" rel="nofollow">hCard validator</a>. Maybe someone could adapt it to validate hAtom as well…</p>