Answer the question
In order to leave comments, you need to log in
How to use kissXML?
Tell me how to parse xml file using this parser?
Well, or give a link to a resource where there is detailed information.
Thank you.
Answer the question
In order to leave comments, you need to log in
I don't like kissXML, use RaptureXML better
https://github.com/ZaBlanc/RaptureXML
I
use it, I'm happy with the speed and simplicity.
RXMLElement *rootXML = [RXMLElement elementFromXMLFile:@"players.xml"];
[rootXML iterate:@"players.player" usingBlock: ^(RXMLElement *e) {
NSLog(@"Player #%@: %@", [e attribute:@"number"], [e child:@"name"].text);
}];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question