UfXtract: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(Adding UfXtract page)
 
m (Replace <entry-title> with {{DISPLAYTITLE:}})
 
Line 1: Line 1:
<entry-title>UfXtract</entry-title>
{{DISPLAYTITLE:UfXtract}}


'''[http://ufxtract.com UfXtract]''' is an open source .Net microformats parser.
'''[http://ufxtract.com UfXtract]''' is an open source .Net microformats parser.

Latest revision as of 16:20, 18 July 2020


UfXtract is an open source .Net microformats parser.

It supports a number of microformats hCard, hCalendar, hReview, hResume, hAtom, XFN, rel-tag, geo, adr, rel-nofollow, rel-license, rel-directory, rel-home, rel-enclosure, rel-payment and votelinks. It also supports a handful of POSH patterns hCard-XFN, rel-me, rel-next/previous, test-suite and test-fixture. The direct support of rel-me and rel-next/previous was added to help people build social graph spiders.

The libaray can typically parse a page between 10-50ms. It ws build using test suite to help make sure it conforms as closely as possible to the microformats specs.

You can also easily create new microformats and POSH definitions using some simple .Net objects.


see also