HTML: Microformats Parser
Ve Bailovity (contact me)
This package can be used to parse and extract microformat data that may be embedded in HTML documents.
The main class parses HTML documents with the PHP DOM-XML extension. This class builds a document structure and passes specific document node object to separate classes specialized in parsing and extracting different types of microformat data.
Currently there are parser classes for extracting data of the microformats: hCalendar, hCard, hReview and relElement.
The extracted data is returned as array objects of the xArray class.
Click here for detailed information about this class on phpclasses.org