Skip to content

kcharwood/AFKissXMLRequestOperation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

AFKissXMLRequestOperation

AFKissXMLRequestOperation is an extension for AFNetworking that provides an interface to parse XML using KissXML

This is still in early stages of development, so proceed with caution when using this in a production application. Any bug reports, feature requests, or general feedback at this point would be greatly appreciated.

Example Usage

AFKissXMLRequestOperation *operation = [AFKissXMLRequestOperation XMLDocumentRequestOperationWithRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http:https://legalindexes.indoff.com/sitemap.xml"]] success:^(NSURLRequest *request, NSHTTPURLResponse *response, DDXMLDocument *XMLDocument) {
      NSLog(@"XMLDocument: %@", XMLDocument);
  } failure:^(NSURLRequest *request, NSHTTPURLResponse *response, NSError *error, DDXMLDocument *XMLDocument) {
      NSLog(@"Failure!");
}];

[operation start];

Contact

Mattt Thompson

License

AFKissXMLRequestOperation is available under the MIT license. See the LICENSE file for more info.

About

AFNetworking Extension for KissXML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published