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