There is also:
CFPropertyListCreateData (with kCFPropertyListXMLFormat_v1_0)
CFPropertyListCreateFromXMLData
In CoreFoundation if you work with C or C++. These functions take as argument, and produces a CFDictionary respectively, which can also be used as NSDictionary from Obj-C.