Parsing Microformats
From GetSemantic
[edit] GRDDL
GRDDL is a W3C standard designed to give a standard way to turn microformats in to RDF (RDF/XML specifically). GRDDL uses XSL to perform the transformation - this means that the input needs to be XHTML, though Tidy is one solution to reading "tag soup" (HTML and non-well-formed XHTML).
[edit] Language-specific libraries
- JavaScript
- Sumo by Dan Webb
- PHP
- hKit by Drew McLellan
- Python
- Python Microformat Parser by Phil Dawes
- Ruby

