SAX using Objective C

This project is an attempt to define an implementation of SAX using Objective C and Apple's Foundation framework. It may be portable with the GNUstep frameworks, though this has not been tested.

It also includes an example implementation of the API using the XML parser included in Apple's CoreFoundation framework.

Some code is in CVS. To get a copy for yourself, follow these instructions. You may want to consider checking out with the -P flag as well as the -z3 flag.

Some general principles of the implementation have been: