• Added an
    N-Triples Plus parser
  • Updated for RDF/XML Revised Working Draft (10 October 2003) allowing rdf:RDF to be optional by default. No further changes were needed for RDF/XML Revised Proposed Recommendation (15 December 2003)
  • Made URI class constructors, methods and factory methods as
    well as some other utility functions using or returning URIs or
    literals take unsigned char* rather than char*.
  • Added the XML namespace, XML namespace stack and XML qname classes to
    the public API.
  • Added a function to discover supported parsers.
  • Fixes for line number counting in N-Triples
  • Added support for libxml2 SAX2 API for 2.6.0 and later.
  • The N-Triples parser now uses the generate ID code.
  • Added configure options for XML 1.1 names and disabling NFC check code.