RaptureXML icon indicating copy to clipboard operation
RaptureXML copied to clipboard

NSArray of all children in a tag

Open criistii opened this issue 11 years ago • 0 comments

Great work with this project, it is very useful. I do have a question:

In your example, you show how I can get all players in the tag: NSArray *rxmlIndividualPlayers = [rxmlPlayers children:@"player"];

My question would be, how do I get all players and the coach from the tag? I tried using a wildcard, but it didn't work: NSArray rxmlIndividualPlayers = [rxmlPlayers children:@""];

Thanks,

criistii avatar Dec 03 '13 12:12 criistii