Is there a way to validate hAtom microformat? - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T02:39:34Zhttp://stackoverflow.com/feeds/question/125262http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/125262/is-there-a-way-to-validate-hatom-microformat3Is there a way to validate hAtom microformat?Kip2008-09-24T03:28:49Z2008-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&q=hatom+validator&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#1252840Answer by Vinko Vrsalovic for Is there a way to validate hAtom microformat?Vinko Vrsalovic2008-09-24T03:37:29Z2008-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#1925723Answer by Joe Lencioni for Is there a way to validate hAtom microformat?Joe Lencioni2008-10-10T18:33:55Z2008-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#1950431Answer by porneL for Is there a way to validate hAtom microformat?porneL2008-10-12T03:11:20Z2008-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>