XML parser for IOS

Well, I should have considered the lack of an iOS XML parser before I got excited about porting my OS X app to iOS. I have huge XML formatted text files to parse. I suppose one could write RegEx code to parse the XML but that seems like a big task. I might look in to converting the XML file to JSON since the entire file is text.