Welcome to the Semantic Web Interest Group scratchpad generated automatically from discussions on IRC at irc.freenode.net port 6667 channel #swig by the chump bot, instructions in the chump user manual. Please use UTF-8 charset on IRC and pastebin for code or data more than 10 lines long.
Nearby: IRC logs (Latest) | semantic-web list | ESW Wiki (Recent changes) | delicious swigbot
tommorris: In other Rena news, I'm in the middle of rewriting the RDF/XML parser so that it does as follows: looks for LibXML and uses that (as it's really unbelievably fast), and if it can't find LibXML, uses REXML instead. The way that I'm writing it means that one of danbri's design objectives - having a library which can swap in different parsers in a snap.
tommorris: Contributions of code are welcome (GitHub, or e-mail me patches), as are bug reports (tommorris.lighthouseapp.com).
tommorris: The current release plan is that I'll probably put out an official release (let's call it 0.1) once we have a working RDF/XML parser written in LibXML. With family commitments and a full-time academic schedule looming, I dare not say how long that is. The best way to make it happen quicker is to write code, write test cases, find and fix bugs.