rdfxml.py: An RDF/XML Parser in under 10KB of Python

http://infomesh.net/2003/rdfparser/
- rdfxml.py - An RDF/XML Parser in Python

rdfxml.py is a standalone Python module in under 10KB that parses
RDF/XML using SAX. It was written to be used as a simple drop-in
module for larger projects—for when you just want the smallest and
simplest possible module to get the job done. Since it's standalone,
it only requires modules that are in the Python standard library; it
doesn't force you do download any RDF specific APIs etc. It's been
released under both GPL 2 and the W3C's software license.

Thanks,

--
Sean B. Palmer, <http://purl.org/net/sbp/>
"phenomicity by the bucketful" - http://miscoranda.com/

Received on Friday, 11 July 2003 15:12:44 UTC