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

https://github.com/netyouli/whc_xmlparser

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

Last synced: 3 months 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];

```