wonderxml is a simple objective-c library to serialize objects to XML and back again.
资 源 简 介
WonderXML is an extension of GData XML Node class (Gdata Objective C library) which is able to Parse xml string to objects dynamicly, and convert objects back to xml string.
How to set up
iPhone applications need these build settings in the project or target:
Header Search Paths: /usr/include/libxml2
Other Linker Flags: -lxml2
Drag all files in wonderxml group into your project.
See a simple test in the app delegate (output is in console).
Enjoy...
How to use it
The User Class header file
```
#import
@interface User : NSObject {
NSString *billingEmailAddress;
NSString *billingSchedule;
NSString *brandID;
Boolean changePassword;
NSString *expiration;
NSString *lastAddress;
NSString *lastLogIn;
NSString *password;
NSString *preferences;
NSNumber *profileID;
NSString *se
文 件 列 表
wonderxml
.DS_Store
.svn
build
Classes
GDataXMLNode.h
GDataXMLNode.m
main.m
MainWindow.xib
TypeMapping.h
TypeMapping.m
Util.h
Util.m
WonderXML-Info.plist
WonderXML.xcodeproj
WonderXML_Prefix.pch
WonderXMLViewController.xib
XmlHeaderHelper.h
XmlHeaderHelper.m
XmlParser.h
XmlParser.m