Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/netyouli/whc_xmlparser

自动解析xml为字典对象
https://github.com/netyouli/whc_xmlparser

Last synced: about 1 month ago
JSON representation

自动解析xml为字典对象

Awesome Lists containing this project

README

        

# WHC_XMLParser
自动解析xml为字典对象
####Use Example
```objective-c
NSString * xml = @"\
\
\
INHB2015042900000001\
1957747793\
\
\
iPhone\
CC\
\
\
";

NSDictionary * dict = [WHC_XMLParser dictionaryForXMLString:xml];

```