]> err.no Git - sope/blob - sope-xml/SaxObjC/README
use Version file for install locations
[sope] / sope-xml / SaxObjC / README
1 # $Id$
2
3 This directory contains a SAX (Simple API for XML) for Objective-C.
4
5 SaxObjDecoder
6 =============
7
8 Take a look at SaxObjDecoder for simple mapping from XML to ObjC objects.
9
10 SaxMethodCallHandler
11 ====================
12
13 Take a look at SaxMethodCallHandler for mapping SAX events to ObjC method
14 calls. Write a method per tag and SaxMethodCallHandler will call that for
15 you ;-)
16
17 Defaults
18 ========
19
20 SaxCoreOnMissingParser - YES|NO - abort if a SAX driver could not be found
21 SaxDebugReaderFactory  - YES|NO - debug SAX reader lookup/loading