raptor: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(stub based on links and information from csarven)
 
(→‎microformats support: another citation from csarven)
 
Line 7: Line 7:
* [[hCard]]
* [[hCard]]
* [[hCalendar]]
* [[hCalendar]]
per https://github.com/dajobe/raptor/blob/07f22123064465381a4ce609675e9c520ff40af0/docs/raptor-parsers.xml#L33: <blockquote>[…] The default configuration of the GRDDL parser also reads microformats (hcard, hcalendar) […]</blockquote>
per http://librdf.org/raptor/api/parser-grddl.html and https://github.com/dajobe/raptor/blob/07f22123064465381a4ce609675e9c520ff40af0/docs/raptor-parsers.xml#L33: <blockquote>[…] The default configuration of the GRDDL parser also reads microformats (hcard, hcalendar) […]</blockquote>


== see also ==
== see also ==
* [[parsers]]
* [[parsers]]

Latest revision as of 18:25, 3 July 2015

This article is a stub. You can help the microformats.org wiki by expanding it.

raptor is a free software / Open Source C library that provides a set of parsers for RDF/XML, N-Quads, N-Triples 1.0 and 1.1, TRiG, Turtle 2008 and 2013, RDFa 1.0 and 1.1, RSS tag soup including all versions of RSS, Atom 1.0 and 0.3, GRDDL and microformats for HTML, XHTML and XML.[1]

microformats support

raptor supports parsing

per http://librdf.org/raptor/api/parser-grddl.html and https://github.com/dajobe/raptor/blob/07f22123064465381a4ce609675e9c520ff40af0/docs/raptor-parsers.xml#L33:

[…] The default configuration of the GRDDL parser also reads microformats (hcard, hcalendar) […]

see also