Monthly ArchiveJuly 2003
libraptor RDF syntax parsing/serializing 29 Jul 2003 05:45 am
Raptor Version 0.9.11 Released
- Completely handles the revised RDF/XML syntax
(including post W3C Last Call changes) - Added Unicode Normal Form C (NFC) checking for literals (requires
GNOME glib 2.0 at present) - Added Exclusive XML Canonicalization for XML Literals
- Added many more checks for bad syntax (mostly illegal property
attributes) - Updated parseType="Collection" triples after RDF Core WG change
- Added an experimental RSS Tag Soup parser to read any pile of XML that has
elements such as channel, image, item tags with title, description
etc inside them into coherent RSS 1.0 RDF triples.
(Requires libxml 2.5.0 or newer) - API: Added new methods raptor_get_name, raptor_get_label.
- API: Added new methods raptor_set_default_generate_id_parameters and
raptor_set_generate_id_handler to control generation of IDs. - API: Modified utility function raptor_xml_escape_string arguments.
- Ripped out ISO 3166 country code parts since commercial use might be
subject to a license fee. - Improvements to GTK example ‘grapper’.
- Several internal reorganisations for pulling out a SAX2 API, XML C14N.
- Other minor bug fixes.