Skip to content

XML Parser using NSXMLParser with extended features and higher level of abstraction

Notifications You must be signed in to change notification settings

james-enciso/XMLParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This project abstracts the use of NSXMLParser to fetch data within any custom arrangement of XML tags, returning them as an NSArray of NSDictionaries.

There are options to load raw XML from a URL or from NSData. You can parse an NSString of raw XML by converting it to NSData and parsing it.

Declaration information and sample code found in XMLParser.h

About

XML Parser using NSXMLParser with extended features and higher level of abstraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published