rhdunn / cainteoir-engine

The Cainteoir Text-to-Speech core engine
http://reecedunn.co.uk/cainteoir/
GNU General Public License v3.0
43 stars 8 forks source link

unify XML and RDF support for URIs and namespaces/prefixes #4

Closed rhdunn closed 12 years ago

rhdunn commented 12 years ago

URIs and namespaces/prefixes are common between XML and RDF. These, along with namespace/prefix management and namespace/curie resolution should be part of a shared, common API.

  1. Define a common API for shared things between XML and RDF.
  2. Teach the XML reader about XML namespaces using the new API.
  3. Make the RDF code use the new API.
rhdunn commented 12 years ago

This has been done for uri, ns and namespaces; RDFa prefix and curie management is still handled by the RDF API.