On my public subversion repository hosted on http://code-host.com/ I’ve created a “Graveyard” directory for code that I’ve written but no longer plan on supporting. I’m doing this in the hope that someone will find it useful.
Right now I’ve uploaded “ToxicDOM” and “ToxicSAX”, two frameworks for XML parsing (based of course on libexpat). ToxicDOM is a DOM level 2 ish level parser. The API is a little bit clunky but works very well and supports namespaces. ToxicSAX is a lightweight SAXish parser that is directly based on libexpat.
Link: http://toxic-public.googlecode.com/svn/tags/BlogTag_20070927_729/Graveyard/
I’m putting this code into the graveyard under as public domain. Do with it what you will. The main reason for doing this is because under Tiger Apple has released some great Objective-C XML classes that I’ve adopted instead of my own code. The only advantage my own code has is that it will work back to Mac OS X 10.1 (and maybe further).
Add New Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Add New Comment