I just checked support for basic microformat parsing into feedparser.py CVS.
Currently supported: - rel=tag (maps to 'tags', like atom:category, rss:category, dc:subject, etc.) - rel=enclosure (maps to 'enclosures', like rss:enclosure and atom:[EMAIL PROTECTED]) - XFN To David: sorry, I decided against using your Almost Universal Microformat Parser because it requires well-formed XHTML, which is unacceptable for my needs. I may, however, try to adapt your code to handle more complicated microformats like hCard, which would be quite messy to support with my current SAX-based approach. SourceForge's anonymous CVS is on a time-delay, but I believe the test cases will show up here within a few hours: http://cvs.sourceforge.net/viewcvs.py/feedparser/feedparser/tests/wellformed/mf_rel_enclosure/ http://cvs.sourceforge.net/viewcvs.py/feedparser/feedparser/tests/wellformed/mf_rel_tag/ http://cvs.sourceforge.net/viewcvs.py/feedparser/feedparser/tests/wellformed/mf_xfn/ -- Cheers, -Mark _______________________________________________ microformats-discuss mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-discuss
